vue-atlas
vue-atlas copied to clipboard
[Feature request] "type" prop rename
trafficstars
any prop that references 'info', 'success', 'warning', 'danger', etc., should be identified by a prop named appearance. currently, the prop is named type on most components.
this would be a breaking change
What problem does this feature solve?
It can get confusing or difficult to remember, since the prop is named differently on various components.
for example:
<va-button appearance="success"> ... </va-button>
<va-lozenge appearance="danger"> ... </va-lozenge>