bapel
v2.3.0
Published
made by love <[email protected]> bapel uikit for web frontend
Downloads
17
Readme
Bapel
Made by love [email protected] Personal react components UIkit. Demo http://bapel-uikit.surge.sh/
installation
npm install -S bapel
usage
import { Button, Card } from 'bapel';
<Button>hello world</Button>
<Card />
npm scripts for development
npm run storybook
open localhost:9001 on your browser after run this command
Todos
- [ ] better documentation
- [ ] unit testing
any kind contribution and PR are welcome