progress
progress component
Not VerifiedComponent1 file
razi-style@radix-ui/react-progress
Preview
Preview not yet added for progress.
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/progressDependencies
npm i @radix-ui/react-progressUsage
import { progress } from "@/components/ui/progress";
export default function Example() {
return <progress />;
}Source
Loading source...