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

); };