Drawer Component
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
Drawer Parameters
Direction: DrawerDirection - Top, Right, Bottom (default), Left
Open: bool? - Controlled open state
DefaultOpen: bool - Initial open state
DrawerContent Parameters
ShowHandle: bool - Show drag handle. Default: true