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.
Don't like writing CSS or just too lazy to write it? Don't worry, we've got you covered. Use our library and make beautiful React Apps without much CSS. 😮💨
All the components are accessible by keyboard too in this repository, and if you find any which aren't working properly, please file an issue in the Github repo. 😬
Matcha-UI is available as an npm package.
To use the components, you must put a theme provider context around the main application or around the highest component in which you want to use the library.
Import the components you want in your UI.
import { Button, Alert } from '@agauravdev/matcha-ui';
and you can use them like
Clone the GitHub project then start Storybook.
yarn && yarn run storybook