A scrollable container that displays a long list of notifications grouped by date with sticky date headers.
import ScrollArea4 from "@/components/ui/scroll-area4"; export default function Default() { return ( <div className="flex min-h-80 items-center justify-center p-8"> <ScrollArea4 /> </div> ); }
Part of Shadcn UI Kit — browse the full library on 21st.dev.