Text
Text displays words and characters of various sizes.
Usage
Props
Name | Type | Default | Description |
---|---|---|---|
h1 | boolean | false | Text with Font size 40. |
h1Style | Text Style | {} | Styling when h1 is set. |
h2 | boolean | false | Text with Font size 34. |
h2Style | Text Style | {} | Styling when h2 is set. |
h3 | boolean | false | Text with Font size 28. |
h3Style | Text Style | {} | Styling when h3 is set. |
h4 | boolean | false | Text with Font size 22. |
h4Style | Text Style | {} | Styling when h3 is set. |
style | Text Style | {} | Add additional styling for Text. |