👋 Hi, this is a demo!
Cancer Research UK | Starling

Components

Text

This component is used to render text in a variety of styles based on Seeds values.

By default, the Text component renders text in a span tag. You can change this with the "as" prop. In addition, Text will inherit its font size from its parent unless a size is set with the fontSize prop.

Hello world!

Properties

System props apply standard sets of properties to a component that can be used to alter its appearance on the fly.

NameTypeRequired?Default ValueDescription
childrennoderequirednoneContent for component *required