0.1.0 • Published 3 years ago
@talixo/sidebar v0.1.0
Talixo Sidebar
UI component which represents sidebar for dashboards.
How to install
Package is available as @talixo/sidebar in NPM registry, so you can use it in your project
using npm install @talixo/sidebar --save or yarn add @talixo/sidebar.
Requirements
Your package should additionally have some extra dependencies:
@talixo/icon: ^0.1.1@talixo/shared: ^0.1.0prop-types: ^15.6.1react: ^16.2.0react-dom: ^16.2.0
These packages are required by @talixo/sidebar, but you have to install them manually,
to avoid having different versions of these in your application.
Supported props
Sidebar
| Property name | Type | Default | Description |
|---|---|---|---|
| className | string | n/a | additional class name passed to wrapper |
| children | nodes | n/a | Sidebar elements |
SidebarPanel
| Property name | Type | Default | Description |
|---|---|---|---|
| className | string | n/a | additional class name passed to wrapper |
| name | string or node | n/a | name to show in panel header |
| icon | string | n/a | icon name to show next to panel header |
| children | nodes | n/a | any elements which should be shown in SidebarPanel (including Elements) |
SidebarElement
| Property name | Required | Type | Default | Description |
|---|---|---|---|---|
| className | no | string | n/a | additional class name passed to wrapper |
| label | yes | string or node | n/a | label to show in sidebar or panel |
| icon | yes | string | n/a | icon name to show next to label in sidebar or panel |
| active | no | boolean | false | is element already active? |
| children | no | nodes | none | Sidebar or Panel, if you want to make it nested and open on click |
Changelog
- 0.1.0 - initial version
1.0.0-alpha.36
3 years ago
1.0.0-alpha.35
7 years ago
1.0.0-alpha.31
7 years ago
1.0.0-alpha.30
7 years ago
1.0.0-alpha.27
8 years ago
1.0.0-alpha.25
8 years ago
1.0.0-alpha.24
8 years ago
1.0.0-alpha.20
8 years ago
1.0.0-alpha.19
8 years ago
1.0.0-alpha.16
8 years ago
1.0.0-alpha.12
8 years ago
1.0.0-alpha.7
8 years ago
1.0.0-alpha.6
8 years ago
1.0.0-alpha.5
8 years ago
1.0.0-alpha.4
8 years ago
1.0.0-alpha.2
8 years ago
0.1.0
8 years ago