Skip to content
bahtuiv0.6.0

<baht-progress>

Progress bar. value null = indeterminate.

Determinate

<baht-progress value="65" show-label="true"></baht-progress>
<baht-progress value="100" tone="success"></baht-progress>
<baht-progress value="30" tone="danger"></baht-progress>

Indeterminate

<baht-progress></baht-progress>
NameTypeDefaultDescription
valuenumber | nullnull0–100; null = indeterminate. Set via JS or value attribute.
tone'primary' | 'success' | 'warning' | 'danger''primary'Color (primary | success | warning | danger)
show-labelbooleanfalseShow % text
labelstring'Progress'Accessible name for the progressbar.