drawer
Drawers slide in from a container to expose additional options and information.
Usage
drawer(label="Drawer Title") text Content goes herePlacement
Use the placement attribute to control where the drawer slides from.
drawer(label="Drawer" placement="start")Attributes
| Name | Type | Default | Description |
|---|---|---|---|
label | string | - | Header title. |
open | boolean | true | Visibility state. |
placement | start | end | top | bottom | end | Slide-in direction. |
without-header | boolean | false | Hides the header. |
light-dismiss | boolean | true | Closes on clicking outside. |