react-bulma-ui-elements
v0.1.3
Published
react bulma ui components
Downloads
7
Readme
This package provides collection of commonly used react components which is based on bulma css.
Storybook : react-bulma-ui-elements
🚅 Quick start
Install the dependencies.
This package depends on bulma css, therefore install bulma first
npm i --save bulma
Installation.
npm i --save react-bulma-ui-elements
🔎 Usage
Import components.
Start using components by importing it into your project
import { Button } from "react-bulma-ui-elements"; <Button color="primary" size="small" onClick={() => {}}>Click Me</Button>