Introduction

This is a component library for react native devs, which is inspired by shadcn. It provides you with the most basic and commonly used components, and you can use them to build your own app quickly.

Getting started

To get started, create a new application application with Expo or React Native, then initiate the library via CLI to get basic UI system for your project.

Guides

Text

Text component with a custom size, color and weight.

Read more

Button

Button component with a custom size, variant and other params.

Read more

Input

Input component with a custom style and customisable params.

Read more

Was this page helpful?