Use our ButtonGroup
based on Tailwind CSS for actions.
ButtonGroup
is an essential element of web design. Basically,
ButtonGroup
is stack of buttons. They help users navigate our websites
or apps and drive them to a particular action.
See below our ButtonGroup
example that you can use in your Tailwind CSS and React project. The example also comes in different styles and colors, so you can adapt it easily to your needs.
The ButtonGroup
component comes with 4 different variants that you can change it using the variant
prop.
The ButtonGroup
component comes with 3 different sizes that you can change it using the size
prop.
The ButtonGroup
component comes with 19 different colors that you can change it using the color
prop.
A ButtonGroup
could be a block level component as well that get's all the available space in a row. You can render a ButtonGroup
as a block level element using the fullWidth
prop.
You can turn on/off the ripple effect for the ButtonGroup
component using the ripple
prop.