19 lines
366 B
HTML
19 lines
366 B
HTML
---
|
|
theme:
|
|
type: 'string'
|
|
default: 'primary'
|
|
content:
|
|
type: 'string'
|
|
url:
|
|
type: 'string'
|
|
class:
|
|
type: 'string'
|
|
default: ''
|
|
attributes:
|
|
type: 'string'
|
|
default: ''
|
|
---
|
|
{%- assign attributes = url | prepend: 'href="' | append: '" ' | append: attributes -%}
|
|
|
|
{%- render 'bootstrap/buttons/base.html', type: 'a', theme:, content:, class:, attributes: -%}
|