...
Display task completion progress with a percentage indicator.
npx neobrutal add progressimport { Progress } from '@/components/ui/progress'<Progress value={33} />This component is built on top of Base UI Progress. Refer to the Base UI documentation for the full list of available props.