Components
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!
System props apply standard sets of properties to a component that can be used to alter its appearance on the fly.
| Name | Type | Required? | Default Value | Description |
|---|---|---|---|---|
| children | node | required | none | Content for component *required |