Reading Progress Demo
loomui/reading-progress-demoFreeExample
The page-level progress bar, live at the top of the screen.
Install it
npx shadcn@latest add https://loomui.design/r/reading-progress-demo.jsonSource
1import { ReadingProgress } from "@/registry/loomui/reading-progress"23export default function ReadingProgressDemo() {4 return (5 <div className="w-full max-w-md text-center">6 {/* Really pinned to the top of the viewport, not to this preview. */}7 <ReadingProgress thickness={3} />8 <p className="text-muted-foreground text-sm">9 The bar is live at the very top of this page. Scroll and it fills.10 </p>11 </div>12 )13}
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 |
