19 lines
285 B
HTML
19 lines
285 B
HTML
---
|
|
type:
|
|
type: 'string'
|
|
theme:
|
|
type: 'string'
|
|
default: 'primary'
|
|
content:
|
|
type: 'string'
|
|
class:
|
|
type: 'string'
|
|
default: ''
|
|
attributes:
|
|
type: 'string'
|
|
default: ''
|
|
---
|
|
<{{ type }} class="btn btn-{{ theme }} {{ class }}" {{ attributes }}>
|
|
{{- content -}}
|
|
</{{ type }}>
|