ExperimentDrawerList

macOS-style drawer list with grid/list toggle

Not VerifiedComponent7 files
use-umamirazi-stylelucide-reactmotion

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-list

Dependencies

npm i lucide-react motion

Usage

import { ExperimentDrawerList } from "@/components/ui/ExperimentDrawerList";

export default function Example() {
  return <ExperimentDrawerList />;
}

Source

Loading source...
razi's registry