"use client" import { Button } from "@/styles/base-rhea/ui/button" import { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerTitle, DrawerTrigger, } from "@/styles/base-rhea/ui/drawer" const SNAP_POINTS = ["31rem", 1] export function DrawerSnapPoints() { return ( }> Open Snap Drawer Snap points Drag the drawer to snap between a compact peek and a near full-height view.
}>Close ) }