progress

progress component

Not VerifiedComponent1 file

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/progress

Dependencies

npm i @radix-ui/react-progress

Usage

import { progress } from "@/components/ui/progress";

export default function Example() {
  return <progress />;
}

Source

Loading source...
razi's registry