ExperimentDrawerList
macOS-style drawer list with grid/list toggle
Not VerifiedComponent7 files
Preview
Preview not yet added for ExperimentDrawerList.
Add an entry to UI_COMPONENT_PREVIEWS in ui-component-previews.tsx to show a live preview here.
Install
npx shadcn add https://www.razisyed.cv/r/experiment-drawer-listDependencies
npm i lucide-react motionUsage
import { ExperimentDrawerList } from "@/components/ui/ExperimentDrawerList";
export default function Example() {
return <ExperimentDrawerList />;
}Source
Loading source...