Plastic Design System

Layout

Box

Stack

Inline

Space

Center

Row

Levee

Card

TextProvider

This lets you specify default text properties that apply to all children, without dealing with CSS inheritance.

Foo

Bar

Baz

<TextProvider size="xl" weight="bold">
  <Text>Foo</Text>
  <Text>Bar</Text>
  <Text>Baz</Text>
</TextProvider>