Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 799 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 799 Bytes

TAMAKIT

UI kit powered by Tamagui

Overview

Tamakit, a UI kit powered by Tamagui, streamlines universal development for web and mobile by providing reusable, high-performance components from a single codebase. With a focus on consistency and scalability, it enables developers to efficiently build seamless, cross-platform applications while maintaining a unified codebase.

tamakit

Storybook

You can visit the following link to view available components

https://tamakit.netlify.app/

Development

1. Run Storybook

You can use the following command to run the storybook in development mode

$ npm run storybook

2. Build UIKIT

You can use the following command to build the UI KIT to publish to NPM registry

$ npm run build