Title
Title component.
Example
<Title
text="Your title here"
fontSize={22}
color="black"
fontWeight={500}
fontFamily='basier_circleregular'
/>
Your title here
Props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| text | string | Yes | '' | Title text |
| fontSize | string/number | No | 22px | Size of text font |
| color | string | No | black | Color of the text |
| fontWeight | string/number | No | 500 | Weight of the text |
| fontFamily | string | No | basier_circleregular | Family of the font |