Skip to content

ButtonComp

andy.rothwell edited this page Aug 28, 2018 · 4 revisions

ButtonComp

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'
        }
      },
    ]
  },
},
Clone this wiki locally