N
neokit

Progress

A horizontal progress bar. Built on the native <progress> element with DaisyUI's progress class. Supports determinate values, indeterminate animation, all DaisyUI color tokens, and custom max.

Basic

Determinate bar at 70%. Default max is 100.

progress basic

Indeterminate

Omit value for a looping animation — useful while waiting for an operation to complete.

progress indeterminate

Colors

All eight DaisyUI color tokens.

progress colors
primary
secondary
accent
info
success
warning
error
neutral

Values

Common percentage milestones.

progress values
0%
25%
50%
75%
100%

Custom max

max defaults to 100 but can be any number — useful for task counts or byte totals.

progress custom max
3 of 10 tasks
512 of 2048 MB

With labels

Wrap the component with a label above and a value below.

progress labeled
Upload progress 45%
Storage used 8.2 / 10 GB
Security score 94%

Project roadmap

Real-world example: feature completion tracker inside a card.

progress roadmap

v2.0 Roadmap

Authentication 100%
Dashboard 80%
API integration 55%
Mobile app 30%
Analytics 10%

Indeterminate colors

Indeterminate animation works with all color tokens too.

progress indeterminate colors