import { Button } from "@pswui/Button"; import { DrawerRoot, DrawerTrigger, DrawerOverlay, DrawerContent, DrawerClose, DrawerHeader, DrawerBody, DrawerFooter, } from "@pswui/Drawer"; export const DrawerDemo = () => { return (

Drawer

Drawers are a type of overlay that slides in from the edge of the screen. They are typically used for navigation or additional content.

); };