Text
You have just learned the basics of Docusaurus and made some changes to the initial template.
Usage
Import
import {Text} from '@rn-punikit/base'
return(
<Text type="body_2">
Mojón!
</Text>
)
Props
type
Tipo de texto que se va a mostrar
Tipo | default | Required |
---|---|---|
RnPuniKitConfigTypographyFontTypes | body_1 | SI |
align
Alineación del texto
Tipo | default | Required |
---|---|---|
center left right | left | NO |
color
Color del texto
Tipo | default | Required |
---|---|---|
string | #000 | NO |
weight
Anchura del texto
Tipo | default | Required |
---|---|---|
light regular bold | regular | NO |
children
Tipo | default | Required |
---|---|---|
React.ReactNode | SI |