Having trouble getting help?
Contact Support
Contact Support
Style and appearance in React Button group component
30 Jan 20231 minute to read
To modify the ButtonGroup appearance, you need to override the default CSS of ButtonGroup component. Please find the list of CSS classes and its corresponding section in ButtonGroup. Also, you have an option to create your own custom theme for the controls using our Theme Studio
.
CSS Class | Purpose of Class | |
---|---|---|
.e-btn | To customize the ButtonGroup. | |
.e-btn:hover | To customize the ButtonGroup on hover. | |
.e-btn:focus | To customize the ButtonGroup on focus. | |
.e-btn:active | To customize the ButtonGroup on active. |