QUI React

Overview

NOTE

This section is intended for contributors to the component library.

The library is composed of several packages in a monorepo setup. Packages are managed with pnpm workspaces and augmented further with turborepo, an intelligent build system for TypeScript codebases.

At the time of this writing, the project's package structure is as follows:

packages
angular
angular-docs
angular-docs-shared
angular-table
angular-table-docs
base
dev-utils
docs-base
eslint-config-angular
eslint-config-mdx
eslint-config-react
eslint-config-typescript
react
react-docs
react-docs-shared
styles

Continue to Component Authoring to learn how components are built.