Welcome to the StepOne components documentation
StepOne Fundation
StepOne Modules
Breadcrumbs
The Breadcrumbs is a styled component that displays the user's current location within the application.
Breadcrumbs Props
| Name | Use | Type | Definition |
| className | optional | string | Add diffrent classes to the Breadcrumbs component. |
| id | optional | string | Identifies the BreadcrumbItem. |
| title | optional | string | Add title to the BreadcrumbItem. |
| children | optional | string | Represents the content of the breadcrumb item |
Examples
Simple Breadcrumbs
Example of simple Breadcrumbs.
Breadcrumb with dropdown
Example of Breadcrumbs with dropdown.