export default function Example() {
return (
<Drawer.Root id="background-color">
<Box css={{ display: "flex", flexDirection: "column", gap: "$100" }}>
<Drawer.Trigger>See example</Drawer.Trigger>
<p>Click button to see option</p>
</Box>
<Drawer.Content
height="200px"
css={{ backgroundColor: "$primary", color: "$onPrimary" }}
>
<Drawer.Close /> A dark drawer
</Drawer.Content>
<Drawer.Scrim />
</Drawer.Root>
);
}
To enter the code editing mode, press Enter. To exit the edit mode, press Escape
You are editing the code. To exit the edit mode, press Escape