Components
Progress
A progress bar component for displaying completion status.
Preview
Installation
bunx shadcn@latest add @sft-ui/progressAPI Reference
See the Base UI Progress documentation for the API reference.
A progress bar component for displaying completion status.
'use client'; import { Progress } from '@/registry/san-francisco/ui/progress'; export default function ProgressDemo() { return <Progress value={60} className="w-full max-w-xs" />; }
bunx shadcn@latest add @sft-ui/progressSee the Base UI Progress documentation for the API reference.