Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
Development with no-frills-ui
is pretty staright forward. The library is designed in a plug and play faishon.
Hence, no boilerplate code is required.
react
and react-dom
are peer dependencies and needs to be installed for no-frills-ui
.
no-frills-ui
exports each component as a stand alone react component and so doesn't need any context
to be configured at root. You can directly import a component and put it in your react component.
Example: Using Button
For themeing we use CSS variables. Checkout the details on our theming page.
no-frills-ui
is completely tree shakable and you can checkout our export analysis on
BundlePhobia.
Clone our repo
Install npm dependencies
Run storybook
Storybook will up and running on http://localhost:6006/
Contributions are welcome. 😁