Skip to content

tagraha/bapel

Repository files navigation

CircleCI style: styled-components

Dependency Status Dev Dependency Status

Bapel

Made by love [email protected] Personal react components UIkit. Demo https://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