drawer-navigation
drawer-navigation
A sub-component of drawer, used to display specific drawer content.
Properties
direction
The direction property is used to set the direction of the drawer-navigation. Optional values are 'left', 'right', 'up', and 'down'.
| Value | Description |
|---|---|
'left' | The drawer-navigation on the left side of the screen, used to respond to gestures sliding from left to right. |
'right' | The drawer-navigation on the right side of the screen, used to respond to gestures sliding from right to left. |
'up' | The drawer-navigation at the bottom of the screen, used to respond to gestures sliding from bottom to top. |
'down' | The drawer-navigation at the top of the screen, used to respond to gestures sliding from top to bottom. |
