• Buttons
    • Card
    • Checkbox
    • Grid
    • Header
    • Help Text
    • Icons
    • List
    • Loaders
    • Text (Paragraph)
    • Radio
    • Theme
    • Tabs
    • Thumbnail
    • Tooltip

<apto-button>Active Button</apto-button>
<apto-button disabled>Disabled Button</apto-button>
<apto-button automation="foo">Automation Attribute</apto-button>

Apto Button Properties <apto-button>

NameDescription
@Input() kind: ButtonKinds = 'primary'The kind of button to build either primary or secondary, secondaryDark, danger.
@Input() type: ButtonTypes = 'button'The type of button to build either button or link.
@Input() disabled: boolean = falseIf true the button will be disabled.
@Input() title: string = ''The title attribute for the button.
@Input() automation: string = nullSets the data-automation attribute on the button.

Apto holdButton Directive <apto-button holdButton>

NameDescription
@Output() holdEvent emittied if button is held when using the holdButton directive
NO KNOBS