SEEK Style Guide

Card
Living Style GuideThis is some text inside a card.
import {
  Card,
  Section,
  Text
} from 'seek-style-guide/react';


<Card>
  <Section>
    <Text heading>
      Living Style Guide
    </Text>
    <Text>
      This is some text inside a card.
    </Text>
  </Section>
</Card>
Click to copy