Style and appearance in React Progress button component

30 Jan 20231 minute to read

To modify the ProgressButton appearance, you need to override the default CSS of ProgressButton component. Please find the list of CSS classes and its corresponding section in ProgressButton. Also, you have an option to create your own custom theme for the controls using our Theme Studio.

CSS Class Purpose of Class  
  .e-progress-btn To customize the progress button
  .e-progress-btn:hover To customize the progress button on hover
  .e-progress-btn:focus To customize the progress button on focus
  .e-progress-btn .e-spinner-pane .e-spinner-inner svg .e-path-circle To customize the progress button spinner

See also