Plastic Design System

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>