A scrollable container that lets users scroll through a long list of items, such as a user or contacts list, within a fixed height.
import ScrollArea3 from "@/components/ui/scroll-area3"; export default function Default() { return ( <div className="flex items-center justify-center p-6"> <ScrollArea3 /> </div> ); }
Part of Shadcn UI Kit — browse the full library on 21st.dev.