Button
Buttons are the primary components for displaying actions on a page. They are often referenced as Call To Actions (CTA/C2A).
Filled button
Solid buttons are the main call to action on any page.
Filled action
<qtm-button variant="filled" color="primary">
Filled action
</qtm-button>
Color
Filled buttons are available in 4 colors: primary, success, warning and danger.
Primary Filled action
Success Filled action
Warning Filled action
Danger Filled action
<qtm-button variant="filled" color="primary">Primary Filled action</qtm-button>
<qtm-button variant="filled" color="success">Success Filled action</qtm-button>
<qtm-button variant="filled" color="warning">Warning Filled action</qtm-button>
<qtm-button variant="filled" color="danger">Danger Filled action</qtm-button>
Outline button
Outline buttons are for secondary call to actions on any page.
Outline action
<qtm-button variant="outline" color="primary">
Outline action
</qtm-button>