Home > @uniformdev/design-system > DrawerRendererProps
DrawerRendererProps interface
Signature:
Extends: Omit<React__default.HTMLAttributes<HTMLDivElement>, 'children'>
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
boolean |
(Optional) Opens the drawer from left to right false | ||
|
string |
(Optional) The maximum width of the drawers. In any CSS length unit (px, rem, %, et al) '100%' | ||
|
string |
(Optional) The minimum width of the drawers. In any CSS length unit (px, rem, %, et al) '0' | ||
|
'absolute' | 'fixed' | 'sticky' |
(Optional) Sets the css position value 'absolute' | ||
|
string |
The ID of the stack to render. Some drawers need to use the same stack ID to be rendered here | ||
|
'narrow' | 'medium' | 'wide' | (string & NonNullable<unknown>) |
(Optional) The width of the drawers. In any CSS length unit (px, rem, %, et al). Can't use CSS functions (e.g. calc()) 'medium' | ||
|
boolean |
(Optional) If a drawer in the stack has a specific |