SEEK Style Guide

Strong
This text is strong
import {
  Text,
  Strong
} from 'seek-style-guide/react';


<Text
  headline
  regular
>
  This text is 
  <Strong>
    strong
  </Strong>
</Text>
Click to copy