Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Feb 3, 2025
1 parent 0471c9a commit 7bcc59f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/content/3.components/button-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,19 +84,19 @@ slots:

### With tooltip

You can use a tooltip within a button group.
You can use a [Tooltip](/components/tooltip) within a button group.

:component-example{name="button-group-tooltip-example"}

### With dropdown

You can use a dropdown menu within a button group.
You can use a [DropdownMenu](/components/dropdown-menu) within a button group.

:component-example{name="button-group-dropdown-example"}

### With badges
### With badge

You can use badges within a button group.
You can use a [Badge](/components/badge) within a button group.

:component-example{name="button-group-badge-example"}

Expand Down

0 comments on commit 7bcc59f

Please sign in to comment.