t-divider

This component provides options to display dividers in different styles.


Basic Usage


<TDivider />

Colors






<TDivider color="primary" />

Vertical






<TDivider vertical />

Spacer with Negative Margin

There are many variations of passages!


There are many variations of passages!

<TCard design="outlined" p>
  <TCard design="flat" py="lg" px>
    <TText>There are many variations of passages!</TText>
  </TCard>

  <TDivider my nmx />

  <TCard design="flat" py="lg" px>
    <TText>There are many variations of passages!</TText>
  </TCard>
</TCard>

Width

There are many variations of passages!


There are many variations of passages!

<TCard design="outlined" color="primary" outline-width="3" p>
  <TText color="primary">There are many variations of passages!</TText>

  <TDivider color="primary" width="3" my nmx />

  <TText color="primary">There are many variations of passages!</TText>
</TCard>

API

No options available