Refactor mutually exclusive props
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 51
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
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`
Contributor guide
Assessment
This issue has not been assessed yet.