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.

Installation
Usage
Props
Inherit all props from TextProps.
Prop | Type | Default |
---|---|---|
variant? | "heading1" | "heading2" | "heading3" | "body1" | "body2" | "body3" | 'body1' |
color? | "contentPrimary" | "contentSecondary" | "contentTertiary" | "contentQuaternary" | "contentAccent" | "positivePrimary" | "positiveSecondary" | "negativePrimary" | "negativeSecondary" | '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.
Getting started
Install and configure the templates into your projects. Follow the step-by-step guide to ensure proper setup and compatibility with apps.