@j4jinxx/bottombar
v1.0.0
Published
Minimal Bottombar React Component
Downloads
5
Maintainers
Readme
Bottombar
Minimal Bottombar React Component
Install
npm i @j4jinxx/bottombar
Import
import Bottombar from '@j4jinxx/bottombar';
Props
| Name | Type | Default | Description | |-----------------|:-------|:-------------|:------------| | opened | bool | true | If true, the Bottombar is open | | color | string | #ffffff | Bottombar Color | | height | number | 56 | Bottombar Height | | children | node | | Bottombar children, usually icons and buttons |