No notes defined.

<div class='c-connection-interface'>
    <p class='c-connection-interface__actions'>
        <a class='c-button c-button--small' href="#">Request connection</a>
    </p>
</div>
<div class='{{ get_component_class( 'connection-interface', display ) }}'>
    {% if notice %}
        {% include get_template( 'notice', 'unit' ) with notice %}
    {% endif %}
    {% if button %}
        <p class='c-connection-interface__actions'>
            {% include get_template( 'button', 'base' ) with button|merge( { display: { modifiers: [ 'small' ] } } ) %}
        </p>
    {% endif %}
</div>
{
  "button": {
    "text": "Request connection",
    "url": "#"
  }
}
  • Handle: @connection-interface
  • Preview:
  • Filesystem Path: components/02-unit/connection-interface/connection-interface.twig