Tailwind CSS Button Group
Button groups are prebuilt Tailwind CSS buttons, stacked on a vertical line or placed horizontally. Often used in toolbars, like those in WYSIWYG editors.
Default button group
Group related buttons together so they behave like a single control set.
Large
Increase the group size when the buttons need more prominence or touch target area.
Responsive stack
Switch from a horizontal row to a vertical stack when space gets tighter on smaller screens.
Vertical stack
Arrange grouped buttons in a single vertical stack instead of a horizontal row.
Button toolbar
Use grouped controls to build compact editor, formatting, or action toolbars.