Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Oct 30, 2023
1 parent 43c2f23 commit 5045c90
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ showTabs: true

### `Breadcrumb.Item` properties

| Properties | Description |
| ------------------- | -------------------------------------------------------------------------------------------------- |
| `text` | _(optional)_ Text displaying inside Breadcrumb item. |
| `variant` | _(optional)_ The component variant. Options: `home` \| `previous` \| `current`. |
| `icon` | _(optional)_ Override icon displaying on the left side (Not recommended). Default: `chevron_left`. |
| `href` or `onClick` | _(optional)_ Set what happens when the user clicks on the item. |
| `skeleton` | _(optional)_ Applies loading skeleton. |
| Properties | Description |
| ------------------------- | -------------------------------------------------------------------------------------------------- |
| `text` | _(optional)_ Text displaying inside Breadcrumb item. |
| `variant` | _(optional)_ The component variant. Options: `home` \| `previous` \| `current`. |
| `icon` | _(optional)_ Override icon displaying on the left side (Not recommended). Default: `chevron_left`. |
| `href`, `to` or `onClick` | _(optional)_ Set what happens when the user clicks on the item. |
| `skeleton` | _(optional)_ Applies loading skeleton. |

0 comments on commit 5045c90

Please sign in to comment.