Skip to main content

TWIN UI Component React

This package contains the react UI components.

Installation

npm install @twin.org/ui-components-react

Testing

This package uses Vitest for testing. The following test commands are available:

# Run tests
npm test

# Run tests with UI interface
npm run test:ui

# Run tests with coverage report
npm run test:coverage

Documentation