Streamline the Laravel SaaS Starter Kit - Launch Your Next SaaS Today

Progress

Show progress indicators

x-t-progress

Preview and Examples

50%
50%
50%
50%
50%
50%
50%
<x-turbine-ui-progress
label="Progress Default"
percentage="50"
gradient
/>
 
<x-turbine-ui-progress
label="Progress Brand"
percentage="50"
variant="brand"
/>
 
<x-turbine-ui-progress
label="Progress Primary"
percentage="50"
variant="primary"
/>
 
<x-turbine-ui-progress
label="Progress Secondary"
percentage="50"
variant="secondary"
/>
 
<x-turbine-ui-progress
label="Progress Success"
percentage="50"
variant="success"
/>
 
<x-turbine-ui-progress
label="Progress Warning"
percentage="50"
variant="warning"
/>
 
<x-turbine-ui-progress
label="Progress Danger"
percentage="50"
variant="danger"
/>
        

Attributes

Name Type Options Description
accent boolean
true false
Adds an accent
border boolean
true false
Adds a border
gradient boolean
true false
Adds a gradient
label string
string
Adds a text label
percentage string
25 50 75 100
Display the percentage amount
ring boolean
true false
Adds a ring
rounded boolean
true false
Adds rounded corners
shadow boolean
true false
Adds a shadow
size string
xs sm md lg xl 2xl
Controls component scale
variant string
default brand primary secondary success warning danger light dark
A variant is like a colour palette