Components
Text
A text component that allows users to display text. Primary exist to style the text with the correct color and typography style defined in the theme.

Usage
Props
Inherit all props from TextProps.
Prop | Type | Default |
---|---|---|
variant? | "heading1" | "heading2" | "heading3" | "body1" | "body2" | "body3" | 'body1' |
color? | "contentPrimary" | "contentSecondary" | "contentTertiary" | "contentAccent" | "contentError" | 'contentPrimary' |
Switch
A switch component that allows users to toggle between two states. It displays as a button that can be toggled on or off, commonly used for enabling or disabling features. Based on the React Native Switch component.
Quick start
Running the demo app locally will allow you to browse through the templates and interact with them.