Home Reference Source

src/components/button/fixtures/comp1.js

export default {
  'type': 'button',
  'theme': 'primary',
  'disableOnInvalid': false,
  'action': 'submit',
  'block': false,
  'rightIcon': '',
  'leftIcon': '',
  'size': 'md',
  'key': 'submit',
  'tableView': false,
  'label': 'Submit',
  'input': true
};