larva modules: button.fill
button
README
This needs docs!
Create a README.md in the pattern's directory and add details about using this pattern in markdown.
button
Twig The markup file.
<a class="button larva // {{ button_classes }} {{ button_typography_class }} {{ button_background_color_class }} {{ button_color_class }} {{ button_width_class }}"
{% if button_url %}
href="{{ button_url }}"
{% endif %}
>
{{ button_markup }}
</a>
button.fill
JSON The data object for this pattern.
{
"button_url": null,
"button_classes": "lrv-u-padding-tb-050 lrv-u-padding-lr-1 is-style-fill",
"button_markup": "Button Text",
"button_background_color_class": "lrv-u-background-color-brand-primary",
"button_color_class": "lrv-u-color-white",
"button_typography_class": "",
"button_width_class": ""
}