calcite-react icon indicating copy to clipboard operation
calcite-react copied to clipboard

Refactor mutually exclusive props

Open codylawson opened this issue 4 years ago • 0 comments

Refactor style properties to reduce conflicts and unexpected behavior. Size and color properties in various components cannot be used together and should be compiled into a single property.

This will be a breaking change so it should be deferred to our 1.0.0 release.

Components

  • Button
    • Size
    • Color
  • Stepper
    • Size
  • Alert
    • Color
  • Panel
    • Color
  • Label
    • Color
  • Menu
    • Size
  • Tabs
    • Style

codylawson avatar Mar 12 '20 17:03 codylawson