Plastic Design System

Layout

Box

Stack

Inline

Space

Center

Row

Levee

Card

TextLink

The TextLink component looks like a traditional hyperlink and functions as either a link or a button based on the asButton prop.

<TextLink asButton handleClick={() => alert('button clicked!')}>
  I'm a button!
</TextLink>