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.

labeltypedescription
rootDrawerRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
backdropDrawerRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the backdrop's DOM element.
triggerDrawerRootPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the trigger's DOM element.
portalDrawerRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the portal's DOM element.
headerDrawerRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the header's DOM element.
titleDrawerRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the title's DOM element.
closeDrawerRootPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the close's DOM element.
contentDrawerRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the content's DOM element.
footerDrawerRootPassThroughType<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.

DrawerBackdrop PT Options#

Defines passthrough(pt) options of DrawerBackdrop component.

labeltypedescription
rootDrawerBackdropPassThroughType<HTMLAttributes<HTMLDivElement>>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.