N
feedback progress

Progress

Determinate / indeterminate progressbar.

$ ndui add progress
Component docs

Determinate (with values + variants)

Uploading photos\u2026 35%
Compiling assets 68%
Quota usage 92%
Synced 100%
Source
<noundry-progress value="35"  label="Uploading photos…" show-percentage="true" />
<noundry-progress value="68"  label="Compiling assets" variant="success" show-percentage="true" />
<noundry-progress value="92"  label="Quota usage" variant="warning" show-percentage="true" />
<noundry-progress value="100" label="Synced" variant="success" show-percentage="true" />

Indeterminate (no value)

Talking to the API\u2026
Source
<noundry-progress label="Talking to the API…" indeterminate="true" />