Plastic Design System

Layout

Box

Stack

Inline

Space

Center

Row

Levee

Card

Link

Use this if you want to wrap some other component to turn it into a link. If you want something that looks like a traditional hyperlink, use TextLink instead.

This box is actually a link!

<Link to="#" newWindow>
  <Box p="md" bg="red200">
    <Text>This box is actually a link!</Text>
  </Box>
</Link>