Drawer
Drawer
A mobile-friendly panel that slides in from the edge of the screen.
Basic Example
A simple drawer that slides up from the bottom.
Directions
Drawer can slide from any edge of the screen.
API Reference
Component parameters and their types.
| Prop | Type | Default | Description |
|---|---|---|---|
| Direction | DrawerDirection | Bottom | Top, Right, Bottom, or Left. |
| Open | @bind-Open / bool? | — | Controlled open state. |
| DefaultOpen | bool | false | Initial open state. |