Skip to content

Style overrides for steps

Peter Hooper requested to merge style-overrides-for-steps into master

Updated the Steps component to allow for overrides.

This includes:

  • 'isCurrent' and 'isPast' props on the component to help with theming
  • removal of extraneous "left" css style
  • removal of the step numbering (this can be done by the developer by changing title)

Merge request reports