@j4jinxx/toolbar
v1.0.0
Published
Minimal Toolbar/Appbar React Component
Downloads
7
Maintainers
Readme
Toolbar
Minimal Toolbar/Appbar React Component
Install
npm i @j4jinxx/toolbar
Import
import Toolbar from '@j4jinxx/toolbar';
Props
| Name | Type | Default | Description | |-----------------|:-------|:-------------|:------------| | color | string | #ffffff | Toolbar Color | | height | number | 56 | Toolbar Height | | hideOnScroll | bool | true | Hide Toolbar On Scroll | | children | node | | Toolbar children, usually title, icons and buttons |