Drawer Pass Through
Pass Through documentation for Drawer component
Viewer#
Some sections may not be visible due to the availability of the particular feature.
Loading...
DrawerRoot PT Options#
Defines passthrough(pt) options of Drawer component.
| label | type | description |
|---|---|---|
| root | DrawerRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| backdrop | DrawerRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the backdrop's DOM element. |
| trigger | DrawerRootPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the trigger's DOM element. |
| portal | DrawerRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the portal's DOM element. |
| header | DrawerRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the header's DOM element. |
| title | DrawerRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the title's DOM element. |
| close | DrawerRootPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the close's DOM element. |
| content | DrawerRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the content's DOM element. |
| footer | DrawerRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the footer's DOM element. |
DrawerTrigger PT Options#
Defines passthrough(pt) options of DrawerTrigger component.
| label | type | description |
|---|---|---|
| root | DrawerTriggerPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
DrawerBackdrop PT Options#
Defines passthrough(pt) options of DrawerBackdrop component.
| label | type | description |
|---|---|---|
| root | DrawerBackdropPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
DrawerPortal PT Options#
Defines passthrough(pt) options of DrawerPortal component.
| label | type | description |
|---|---|---|
| root | DrawerPortalPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
DrawerHeader PT Options#
Defines passthrough(pt) options of DrawerHeader component.
| label | type | description |
|---|---|---|
| root | DrawerHeaderPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
DrawerTitle PT Options#
Defines passthrough(pt) options of DrawerTitle component.
| label | type | description |
|---|---|---|
| root | DrawerTitlePassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
DrawerClose PT Options#
Defines passthrough(pt) options of DrawerClose component.
| label | type | description |
|---|---|---|
| root | DrawerClosePassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
DrawerContent PT Options#
Defines passthrough(pt) options of DrawerContent component.
| label | type | description |
|---|---|---|
| root | DrawerContentPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
DrawerFooter PT Options#
Defines passthrough(pt) options of DrawerFooter component.
| label | type | description |
|---|---|---|
| root | DrawerFooterPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |