Made by love dev.nugrata@gmail.com Personal react components UIkit. Demo http://bapel-uikit.surge.sh/
npm install -S bapel
import { Button, Card } from 'bapel';
<Button>hello world</Button>
<Card />
npm run storybook
open localhost:9001 on your browser after run this command
- better documentation
- unit testing
any kind contribution and PR are welcome