- Notifications
You must be signed in to change notification settings - Fork14
netdata/netdata-ui
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
squash-mergeis a default PR merge strategy- after any merge, NPM version should be published (in future to be moved to CI)
- versions are
major(breaking changes, large refactors),minor(new component added), andpatch(small changes) - please add declaration of exported components to provide nice typings for users.
- To deploy on gh-pages checkout to deploy/storybook branch, rebase with master and run deploy-storybook
// BADexportconstMyComponent=(props:PropsT)=><>...</>// GOODexportconstMyComponent:FC<PropsT>=(props:PropsT)=><>...</>
You can find latestmaster storybook playgroundhere
About
netdata-uikit
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.