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 aecfdd6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ showTabs: true
| `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. |

**NB:** When interactive, the item is an inherited [Button](/uilib/components/button/). You can therefore swap out the underlaying HTML element, by providing a new `element` or use other Button properties, such as `to` instead of `href`.

0 comments on commit aecfdd6

Please sign in to comment.