Text
Import
import { Text } from "@sparrowengg/twigs-react";
Usage
Result
Loading...
Live EditorOpen in playground
<Text> The quick brown fox jumps over the lazy dog. </Text>
Props
| Property | Description | Type | Default |
|---|---|---|---|
| size | font size of the text | xxs xs sm md lg | sm |
| weight | font weight of the text | regular medium bold | regular |
| truncate | Truncate text at first line and add trailing dots | boolean | false |
| showLines | Truncate text after given number of lines | number |