A scrollable content area placed inside a slide-out sheet, ideal for showing long text such as a privacy policy without overflowing the panel.
import ScrollAreaWithSheet from "@/components/ui/scroll-area2"; export default function Default() { return ( <div className="flex min-h-[400px] items-center justify-center p-8"> <ScrollAreaWithSheet /> </div> ); }
Part of Shadcn UI Kit — browse the full library on 21st.dev.