DrawerSlots

external interface DrawerSlots(source)

Properties

Link copied to clipboard
abstract var backdrop: ElementType<*>

The component used for the Modal backdrop.

Link copied to clipboard
abstract var docked: ElementType<*>

The component used for the root element when the variant is permanent or persistent.

Link copied to clipboard
abstract var paper: ElementType<*>

The component used for the paper.

Link copied to clipboard
abstract var root: ElementType<*>

The component used for the root when the variant is temporary.

Link copied to clipboard
abstract var transition: ElementType<*>

The component used for the transition. Follow this guide to learn more about the requirements for this component.