Drawer Pass Through

Pass Through documentation for Drawer component

Viewer#

Some sections may not be visible due to the availability of the particular feature.

Drawer

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

Drawer PT Options#

Defines passthrough(pt) options of Drawer component.

labeltypedescription
rootDrawerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
maskDrawerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the mask's DOM element.
triggerDrawerPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the trigger's DOM element.
triggerIconDrawerPassThroughType<HTMLAttributes<HTMLElement>>Used to pass attributes to the trigger icon's DOM element.
portalDrawerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the portal's DOM element.
headerDrawerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the header's DOM element.
titleDrawerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the title's DOM element.
closeDrawerPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the close's DOM element.
closeIconDrawerPassThroughType<HTMLAttributes<HTMLElement>>Used to pass attributes to the close icon's DOM element.
contentDrawerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the content's DOM element.
footerDrawerPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the footer's DOM element.

DrawerTrigger PT Options#

Defines passthrough(pt) options of DrawerTrigger component.

labeltypedescription
rootDrawerTriggerPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

DrawerPortal PT Options#

Defines passthrough(pt) options of DrawerPortal component.

labeltypedescription
rootDrawerPortalPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

DrawerHeader PT Options#

Defines passthrough(pt) options of DrawerHeader component.

labeltypedescription
rootDrawerHeaderPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DrawerTitle PT Options#

Defines passthrough(pt) options of DrawerTitle component.

labeltypedescription
rootDrawerTitlePassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DrawerClose PT Options#

Defines passthrough(pt) options of DrawerClose component.

labeltypedescription
rootDrawerClosePassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

DrawerContent PT Options#

Defines passthrough(pt) options of DrawerContent component.

labeltypedescription
rootDrawerContentPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

DrawerFooter PT Options#

Defines passthrough(pt) options of DrawerFooter component.

labeltypedescription
rootDrawerFooterPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.