okra-components
v0.1.6
Published
A library for all reusable react components used in Okra projects.
Downloads
13
Readme
okra-components
A library for all reusable react components used in Okra projects.
Demo and Example
Live Demo: https://dev-my.okra.ng
Installation
Use the package manager npm to install react-analog-number-input.
npm install okra-components
Import as follows:
E.g Button Component
import { Button, TextField, Toggle } from 'okra-components/dist/components'
Usage
<Button variant="primary">Primary Button</Button>
<TextField label="Textfield" />
<Toggle />
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
MIT Copyright (c) Okra HQ 2021.