Components

Buttons

Primary

Fullscreen
<button type="submit" class="ecl-button ecl-button--primary">Primary button</button>

Try it yourself on the playground

Playground

Secondary

Fullscreen
<button type="submit" class="ecl-button ecl-button--secondary">Secondary button</button>

Try it yourself on the playground

Playground

Call to action with icon

Fullscreen
<button type="submit" class="ecl-button ecl-button--call"><span class="ecl-button__container"><span
      class="ecl-button__label" data-ecl-label="true">Call to action button</span><svg focusable="false"
      aria-hidden="true" data-ecl-icon="true"
      class="ecl-button__icon ecl-button__icon--after ecl-icon ecl-icon--xs ecl-icon--rotate-90">
      <use xlink:href="/dist/media/icons.1dbe9812.svg#ui--corner-arrow"></use>
    </svg></span></button>

Try it yourself on the playground

Playground

Text

Fullscreen
<button type="submit" class="ecl-button ecl-button--ghost">Text button</button>

Try it yourself on the playground

Playground

Search

Fullscreen
<button type="submit" class="ecl-button ecl-button--search">Search button</button>

Try it yourself on the playground

Playground