@financial-times/o-stepped-progress
Version:
Track progress through a multi-step process, such as a form
21 lines (20 loc) • 425 B
JSON
{
"modifierClasses": "o-stepped-progress--heavy",
"steps": [
{
"label": "<strong>Contract start date</strong><br/> 22 Jan 2018",
"isComplete": true
},
{
"label": "<strong>Planning meeting</strong><br/> 22 Feb 2018",
"isComplete": true
},
{
"label": "<strong>Mid-year review</strong><br/> 22 June 2018",
"isCurrent": true
},
{
"label": "<strong>Renewal</strong><br/> 22 Nov 2018"
}
]
}