Skip to content
Edmund edited this page Sep 14, 2018 · 9 revisions

This is an extension of the <Component> component

<Group>
    <Module name='button'>Button</Module>
    <Module name='button'>Button</Module>
    <Module name='button'>Button</Module>
</Group>
Output

Wraps modules within a group module that has a modifier matching the name of the modules contained within the group

<div class="group-button">
    <button class="button">Button</button>
    <button class="button">Button</button>
    <button class="button">Button</button>
</div>
Clone this wiki locally