Compositions

Login bar

Logged in

Logged in as John DoeLog out
Fullscreen
<div class="ecl-u-bg-grey-5 ecl-u-pv-xs">
  <div
    class="ecl-container ecl-u-d-flex ecl-u-justify-content-end ecl-u-align-items-center ecl-u-type-m ecl-u-type-color-grey">
    Logged in as John Doe<a href="/example" class="ecl-u-ml-xl ecl-u-flex-shrink-0 ecl-link ecl-link--standalone">Log
      out</a></div>
</div>

Try it yourself on the playground

Playground

Logged out

<div class="ecl-u-bg-grey-5 ecl-u-pv-xs">
  <div class="ecl-container ecl-u-d-flex ecl-u-justify-content-end ecl-u-type-m"><a href="/example"
      class="ecl-link ecl-link--standalone">Log in</a></div>
</div>

Try it yourself on the playground

Playground