This repository contains the library of Internxt components, named @internxt/internxtui
. It offers a collection of reusable UI components for use within Internxt projects.
To install the library, you can use npm or yarn:
npm install @internxt/internxtui
or
yarn add @internxt/internxtui
You can import the components from @internxt/internxtui in your React application as follows:
import { Button } from '@internxt/internxtui';
Replace Button
with the specific component you want to use.
Starts Storybook server.
Builds Storybook for production.
Builds the library using TypeScript and Vite.
Formats TypeScript files using Prettier.
Lints the project using ESLint.
Runs tests using Vitest.
Runs tests and updates snapshots.
Runs tests in watch mode.
Runs UI tests.
Generates test coverage reports.
Deploy Storybook to GitHub Pages. This is the url: https://internxt.github.io/ui