UNPKG

prestyled

Version:

React components for styling web projects, based upon Theme UI

23 lines (18 loc) 733 B
### Text (variant:'default') Text extends the [`Text` provided by Theme UI](https://theme-ui.com/components/text) ```js <Text>Just some text</Text> ``` ### Variants of Text ```js <Text variant="xxsmall">Just some XXsmall text</Text> <Text variant="xsmall">Just some Xsmall text</Text> <Text variant="small">Just some small text</Text> <Text variant="default">Just some default text</Text> <Text variant="primary">Just some primary text</Text> <Text variant="secondary">Just some secondary text</Text> <Text variant="accent">Just some accent text</Text> <Text variant="muted">Just some muted text</Text> <Text variant="display">Just some display text</Text> <Text variant="caps">Just some caps text</Text> ```