-
Notifications
You must be signed in to change notification settings - Fork 3
ButtonComp
andy.rothwell edited this page Aug 28, 2018
·
4 revisions
Puts a button on the page.
Example:
{
type: 'division',
options: {
class: 'small-5',
style: 'display: inline-block; text-align: center; vertical-align: middle;',
components: [
{
type: 'button-comp',
options: {
class: 'full-width',
},
slots: {
text:'Pay Now'
}
},
]
},
},