Something went wrong on our end
-
Eric Bremner authored
ISTWCMS-4704: updating tabs to now have a just buttons option and to all for button specific classes
Eric Bremner authoredISTWCMS-4704: updating tabs to now have a just buttons option and to all for button specific classes
tabs--buttons.twig 298 B
{% set button_modifier_classes -%}
button button--large {{ modifier_classes }}
{%- endset %}
{% include "@components/tabs/_tabs.twig" with {
tab_type: 'button',
content_list: content_list,
button_modifier_classes: button_modifier_classes,
tabs_modifier_class: tabs_modifier_class,
} %}