Progress
The native <progress> element is styled with the accent color.
<progress value="70" max="100">70%</progress>
The progress bar uses --color-accent for the filled portion and --color-neutral-200 for the track.
The native <progress> element is styled with the accent color.
<progress value="70" max="100">70%</progress>
The progress bar uses --color-accent for the filled portion and --color-neutral-200 for the track.