-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
BREAKINGThis issue or PR contains a breaking change which requires a new major release.This issue or PR contains a breaking change which requires a new major release.enhancementNew feature or requestNew feature or request
Description
We currently use a type property for different button styles, which can be easily confused with the native button type prop.
Proposal:
- Change the
typeprop to be exactly like the native button type - Change the
variantprop (former type) to reflect the button flavor (primary, secondary, etc) - Add
outlineprop (former variant) as boolean if the button is rendered as outline only
This would be much more intuitive for devs.
Originally posted by @devmount in #168 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BREAKINGThis issue or PR contains a breaking change which requires a new major release.This issue or PR contains a breaking change which requires a new major release.enhancementNew feature or requestNew feature or request