Shortcode
[.button style="primary" link="#" icon="rocket" icon-pos="left" target="_blank"]
Base
Custom
Social
Attributes
button
| Parameters | Values (* = default) | Description |
|---|---|---|
| id | #id | Custom ID |
| class | .class | Custom Class |
| style | primary*, danger, success, etc. | color variation |
| type | a*, input, button | type of html element |
| outline | true, false* | show button as outline |
| size | sm, md*, lg | size variation |
| block | true, false* | show button as block element |
| link | https://… | href link |
| target | _blank etc. | target attribute |
| toggle | <id> | use as toggle |
| rounded | true, false* | border radius |
| stretched-link | true, false* | use as stretched-link |
| icon | <fa icon name> | add icon |
| icon-pos | left, right* | define icon position |