Skip to content

Commit

Permalink
fixup! Feat(web-twig): Introduce BreadcrumbsItem component
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Sep 22, 2023
1 parent 27aeb90 commit 92dde26
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ Use the `BreadcrumbsItem` component for the ordered list as the component's chil

| Name | Type | Default | Required | Description |
| ------------------ | --------------- | ------------------------------- | -------- | ----------------------------------------------------- |
| `children` | `ReactNode` ||| Custom content to override items rendering from array |
| `children` | `string` ||| Custom content to override items rendering from array |
| `href` | `string` ||| URL |
| `iconEnd` | `ReactNode` | `<Icon name="chevron-right" />` || Icon element on the end of the item wrapper |
| `iconStart` | `ReactNode` | - || Icon component on the start of the item |
| `isCurrent` | `boolean` | `false` || Whether is the item the current page |
| `isGoBackOnly` | `boolean` | `fasle` || Whether should be displayed in go back mode |
| `UNSAFE_iconEnd` | `string` | `<Icon name="chevron-right" />` || Icon element on the end of the item wrapper |
| `UNSAFE_iconStart` | `string` | - || Icon component on the start of the item |
| `UNSAFE_className` | `string` ||| Wrapper custom class name |
| `UNSAFE_style` | `CSSProperties` ||| Wrapper custom style |

Expand Down

0 comments on commit 92dde26

Please sign in to comment.