Style and appearance in Vue Button component

27 Feb 20231 minute to read

To modify the Button appearance, you need to override the default CSS of Button component. Please find the list of CSS classes and its corresponding section in Button component. 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 button.
  .e-btn:hover To customize the button on hover.
  .e-btn:focus To customize the button on focus.
  .e-btn:active To customize the button on active.