feat(Badge): add support within button groups (#3224)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
José Duarte Alleuy
2025-02-03 08:11:22 -03:00
committed by GitHub
parent deddc7cf97
commit 10fb843f8f
5 changed files with 26 additions and 3 deletions

View File

@@ -84,16 +84,22 @@ 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 badge
You can use a [Badge](/components/badge) within a button group.
:component-example{name="button-group-badge-example"}
## API
### Props