import { Button } from "@pswui/Button"; import { DrawerBody, DrawerClose, DrawerContent, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerRoot, DrawerTrigger, } from "@pswui/Drawer"; export const Right = () => { 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.

); };