About this project

Radix Primitives is described in its README as "an open-source UI component library for building high-quality, accessible design systems and web apps." It presents itself as a low-level component library with a stated focus on accessibility, customization and developer experience, and says the components can either serve as the base layer of a design system or be adopted incrementally. The repository is maintained by @workos, and the README states the project is licensed under the MIT License, Copyright © 2022-present WorkOS. Full documentation is published at radix-ui.com/primitives/docs, and changelog information is pointed to at radix-ui.com/primitives/docs/overview/releases. For working on the codebase locally, the README instructs installing pnpm globally (npm install -g pnpm) and then running pnpm install to install dependencies. Contribution guidance is deferred to the repository's .github/CONTRIBUTING.md file. Community channels listed are a Discord server for questions and tips, and a Twitter account (@radix_ui) for updates, announcements, blog posts and general tips. The README also thanks Chromatic for providing the visual testing platform used to review UI changes and catch visual regressions. The README does not document individual component APIs, the styling approach, framework integrations, release versions or performance characteristics; those details are expected to be found in the external documentation. No benchmarks, adoption figures or comparisons with other libraries are provided in the README.