Font Face
Teva Sans Latin

Drafts & Templates
PBS Templates

Primitives & components context

Primitives & components: Teva Global

Separator

v0.0.0

A thin colored line.


<!-- Separator  -->
<hr class="vi-separator">

Dotted #

Add modifier --dotted for a dotted separator.


<!-- Separator (mods: --dotted) -->
<hr class="vi-separator vi-separator--dotted">

Usage inside typesystem #

Seperators are allowed to work inside typesystem.



<div class="vi-typesystem">
  <!-- Separator  -->
  <hr class="vi-separator">
  <!-- Separator (mods: --dotted) -->
  <hr class="vi-separator vi-separator--dotted">
</div>

Stylesheets #

The following stylesheet is required to display this component.

The following additional stylesheet is used to display the example(s).


Usage documentation #

Usage documentation can be found here.


Changelog #

Changelog

Changed

  • Allow separators to work inside typesystem.

Added

  • PBS support
  • Initial draft