List
A reorderable list of items with drag-and-drop layout animations.
Wireframe landing page
Sketch initial layout and content structure
Setup project repo
Initialize Next.js project with tooling
Design UI components
Create reusable components for LumenUI
Integrate animations
Add motion and transitions across components
Write documentation
Document components with examples
Installation
bash
npm install motion lucide-reactUsage
tsx
import List from '@/components/ui/List';
<List />