Skip to content

Display

Quickly toggle the display value of components with display utilities. The display helpers allow you to control the display of content.

Displays

The helper classes applies display helper property to an element.

  • u-display-{value} - applies display css property

The value property is one of:

  • none
  • inherit
  • block
  • flex
  • inline
  • inline-block
  • inline-flex
  • list-item
  • table
  • table-row
  • table-cell

Alignments

The alignmnent helpers allows you to control the alignment of content (text-align property).

Available Classes:

ClassDescription
u-ta-leftAlign Left
u-ta-centerAlign Center
u-ta-rightAlign Right
u-ta-justifyAlign Justify
u-ta-inheritInherit Align

Vertical Alignments

The alignmnent helpers allows you to control the vertical alignment of content (vertical-align property).

Available Classes:

  • u-va-top
  • u-ta-text-top
  • u-va-super
  • u-va-middle
  • u-va-baseline
  • u-va-sub
  • u-va-text-bottom
  • u-va-bottom
  • u-va-inherit

Visibility

Available visibility helper classes:

ClassDescription
u-visibility-visibleHidden Text
u-visibility-hiddenVisible Text
u-visibility-screenreaderFocusabled text with hidden screenreader text