Buttons

<div class="flex gap-3 p-4">

    <button type="button" class="n7-btn 
    n7-btn--primary
    n7-btn--primary">
        Button label

    </button>

    <button type="button" class="n7-btn 
    n7-btn--secondary n7-btn--primary">
        Button label

    </button>

</div>
<div class="flex gap-3 p-4">    
    {% render '@button' %}
    {% render '@button--secondary' %}
</div>
/* No context defined. */

No notes defined.