Font Face
Teva Sans Latin

Drafts & Templates
PBS Templates

Primitives & components context

Primitives & components: Teva Product

Country Select Layout

v0.0.0

Country Select Layout provides correct layout for the Country Switch.

The Country Select Countries is part of Country Select component.


<!-- Container (mods: --column) -->
<div class="vi-container vi-container--column">
  <!-- Country Select Layout  -->
  <div class="vi-country-select-layout">
    <div class="vi-country-select-layout__section--title">
      <!-- Use h1-h6 depending page hierarchy -->
      <h1 class="vi-country-select-layout__title">Select your country website</h1>
    </div>
    <div class="vi-country-select-layout__section--lookup">
      <!-- Country Select Lookup  -->
      ...
    </div>
    <div class="vi-country-select-layout__section--countries">
      ...
    </div>
  </div>
</div>

Stylesheets #

The following stylesheets are required to display this component.

The following additional stylesheets are used to display the example(s).


JavaScript #

The following javascripts are required to display this component.


Usage documentation #

Usage documentation can be found here.


Changelog #

Changelog

Added