Getting Started

Components

Themes

Please understand this website is built in react, the components are in react native. There may be slight differences!

Skeleton

Lightweight loading UI elment

1
Install by running this command!
npx uni-ui-kit install skeleton
2
Import the component!
import Skeleton from '../lib/ui/skeleton';
Properties table
backgroundColor
string
background color of the skeleton
ViewProps
ViewProps
View poperties can just be added just like it is a view
Library data types
Variants
primary, secondary, tertiary, success, warning, error, ghost
Colors will change according to theme(light, dark). Use when it is intended.