ReadonlyariaAccessible label for the drawer panel.
ReadonlyclosedEmitted when the drawer is closed by the user.
ReadonlycloseWhether clicking the backdrop closes the drawer.
ReadonlycloseWhether pressing Escape closes the drawer.
ReadonlyopenWhether the drawer is open. Supports two-way binding via [(open)].
ReadonlypositionSide from which the drawer slides in.
ReadonlywidthDrawer width. Use a preset ("narrow", "medium", "wide")
or any CSS length value (e.g. "400px", "30vw").
A slide-in side panel for navigation, detail views, or form sidebars.
The drawer slides in from the left or right edge with an overlay backdrop. It supports content projection and two-way binding on the
openstate.Example