@aiui/ai-bottombar
v1.0.0
Published
Minimal Bottombar React Component
Downloads
12
Maintainers
Readme
AiBottombar
Minimal Bottombar React Component
Install
npm i @aiui/ai-bottombar
Import
import AiBottombar from '@aiui/ai-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 |