Text

A component for displaying text.

Usage

import { Text } from "@smartacteam/react-native-ui";
<Text size_xl weight_semibold>Title</Text>

Example

Props

NameTypeRequiredDescription
childrenstringNoThe inner text content.
titlebooleanNoDefault title text style.
descriptionbooleanNoDefault description text style.
(…)(Inherited)Props from BaseSmacTextStyling and TextProps.

ℹ️ For full details, see the definitions of BaseSmacTextStyling and TextProps.