Skip to content
keerthanaRajendran edited this page Aug 6, 2026 · 4 revisions

The repository contains React UI components under the components directory and is primarily TypeScript-based. Build the repository to compile TypeScript (.tsx) components into JavaScript, and consume the resulting packages locally in any React application with minimal setup

Clone the repository.

Find component folders under components.

Run npm install.

Run npm run build.

Run npm pack.

Collects the generated .tgz packages.

Creates a ZIP containing all generated packages.

Clone this wiki locally