Breadcrumbs
Separate list of react nodes with given separator
- Import
import { Breadcrumbs } from '@smile/haring-react'; - Extends Breadcrumbs
- Source View Source Code
- Package @smile/haring-react
- Storybook Storybook
Usage
Props
| Name | Type | Default | Description |
|---|---|---|---|
| children * | ReactNode | - | Elements inserted after the Breadcrumbs on the same row |
| separator | string | default separator | The string or SVG used as a separator between each level |
| ... | - | - | extends Breadcrumbs props |