Loading dashboard...
Loading dashboard...
import { Progress } from "@/components/ui/progress"<Progress value={33} />Use a Field component to add a label to the progress bar.
A progress bar that can be controlled by a slider.
See the Radix UI Progress documentation.
"use client"
import * as React from "react"import { Field, FieldLabel } from "@/components/ui/field"
import { Progress } from "@/components/ui/progress"
"use client"
import * as React from "react"