Table of Contents

What is a conditional value ?

About

A conditional value is a value that is applied only from a certain screen size (and above).

By adding the breakpoint name as a suffix, you define the minimal screen size to which the value will be applied.

Example

The below spacing value is conditional and applies:

<component spacing="p-3-xs p-5-md" />

Syntax

<component attribute="value-breakpoint" />

where:

Default