Components
A scrollable container that displays a long list of notifications grouped by date with sticky date headers.
Loading preview...
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>
);
}