-
I think of a ButtonGroup component that is capable of displaying all the buttons you want with just one single component. Because usually you want to share the same url with the same message at one ti…
-
-
### Description
Using `` within `` affects the group's styling.
#### Expected:
![Image showing expected output](https://github.com/primer/react/assets/13594679/064bb08f-c5eb-40b3-ad8a-f34f84db5bdd)…
-
I suggest the creation of the new component "Button Group", which will act as a container for multiple buttons in a predefined layout.
This component allows us to ensure consistency of UI, letting us…
-
Standard button group.
### Reference
- [Bootstrap](https://getbootstrap.com/docs/4.2/components/button-group/)
-
DUIC has a local version of Button and ButtonGroup.
There are quite a few changes here especially to ButtonGroup in order for a ButtonGroup to be able to support the new behavior we see on the Doorwa…
-
We recently needed a group of buttons to be able to select different weekdays.
So I went ahead and created this using the Button and Box component and styling them to our needs.
Styling code…
-
### Description
When wrapping a group of `IconButton` components with a `ButtonGroup` while using version `35.26.0` or higher, the styling of the button group and tooltips appears incorrect. Specific…
-
-
### Describe the bug
When BButton/BDropdown is placed in BButtonGroup, AND it is the last one in the buttongroup AND it has v-b-tooltip, right-side rounding of the element disappears.
```vue
…