@financial-times/o-stepped-progress
Version:
Track progress through a multi-step process, such as a form
17 lines (16 loc) • 449 B
JSON
{
"steps": [
{
"label": "Step with icon <i class=\"o-icons-icon o-icons-icon--edit\" style=\"width: 20px; height: 20px; vertical-align: middle;\"><!-- Inline styles here should be in CSS or SCSS files when implementing --></i>",
"url": "#edit",
"isComplete": true
},
{
"label": "Step with<br/>multiple<br/>line breaks",
"isCurrent": true
},
{
"label": "Step with <strong>bold</strong> and <em>italic</em> text"
}
]
}