Unfold List Demo
loomui/unfold-list-demoFreeExample
Three questions, one panel open at a time.
Install it
npx shadcn@latest add https://loomui.design/r/unfold-list-demo.jsonSource
1import { UnfoldItem, UnfoldList } from "@/registry/loomui/unfold-list"23export default function UnfoldListDemo() {4 return (5 <UnfoldList defaultValue="own" className="w-full max-w-md">6 <UnfoldItem value="own" title="Do I own the code?">7 It lands in your repo as a plain file. Edit it, rename it, delete half8 of it. Nothing upstream is going to complain.9 </UnfoldItem>1011 <UnfoldItem value="deps" title="What does it install?">12 The file, plus the tokens it needs. No animation library, no provider to13 wrap your app in, no bundle you have to defend at review.14 </UnfoldItem>1516 <UnfoldItem value="motion" title="What about reduced motion?">17 Handled. Every component checks the preference itself and settles18 straight into its finished state.19 </UnfoldItem>20 </UnfoldList>21 )22}
What it pulls in
Other registry items
Files it writes
More from loomui
All 91 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Aurora Backdrop Demoaurora-backdrop-demo | loomui | Examples | Free | no deps | |
| Bento Grid Demobento-grid-demo | loomui | Examples | Free | no deps | |
| Card Stack Democard-stack-demo | loomui | Examples | Free | no deps | |
| Compare Slider Democompare-slider-demo | loomui | Examples | Free | no deps | |
| Confetti Button Democonfetti-button-demo | loomui | Examples | Free | no deps | |
| Count Up Democount-up-demo | loomui | Examples | Free | no deps | |
| Credit Card Democredit-card-demo | loomui | Examples | Free | no deps | |
| Drawer Demodrawer-demo | loomui | Examples | Free | no deps |
