Closed
Description
Useage example
<va-button variant="buy" />
<va-button variant="cancel" />
We want to make user be able to create component from some kind of presets.
User should be able to define varians in global config
createVuestic({
config: {
components: {
VaButton: {
variants: {
buy: {
color: '#0fe',
icon: 'money',
gradient: true,
class: 'buy-button'
},
cancel: {
color: 'secondary',
flat: true,
}
}
}
}
}
})
https://www.notion.so/epicmax/b1b5f6118bde486fb72b88fa932249ea