A scrollable file explorer list with type icons, size badges, sticky column headers, and a custom scroll area.
import CustomFileExplorer from "@/components/ui/scroll-area-01"; export default function Default() { return ( <div className="flex min-h-svh w-full items-center justify-center bg-background p-6"> <CustomFileExplorer /> </div> ); }