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 | xxsxssmmdlg | sm | 
| weight | font weight of the text | regularmediumbold | regular | 
| truncate | Truncate text at first line and add trailing dots | boolean | false | 
| showLines | Truncate text after given number of lines | number |