\n Drawer\n \n Sit nulla est ex deserunt exercitation anim occaecat. Nostrud ullamco\n deserunt aute id consequat veniam incididunt duis in sint irure nisi.\n Mollit officia cillum Lorem ullamco minim nostrud elit officia tempor\n esse quis.\n \n\n \n \n \n \n \n \n\n "]}" renderer-url="/_astro/client.c26337d5.js" uid="16faCy">
Use the placement
prop to change where the Drawer will appears.
Use the size
prop to increase the visual size.
By default, the Drawer closes when you click its overlay. You can set closeOnOverlayClick to false
if you want the Drawer to stay visible.
By default, the Drawer
are uncontrolled
but you can make it controlled
size
Description The `max-width` css property
Type"xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full"
isOpen
Description If `true` the Dialog will be initially opened
placement
Description The drawer position
Type"top" | "right" | "bottom" | "left"
closeOnOverlayClick
Description If `false` the Dialog will be close when clicked on overlay