@reapit/elements
v5.1.0
Published
A React implementation of Reapit's Design System
Readme
Reapit Elements
A React implementation of Reapit's Design System for cross-platform web applications. Distributed via NPM here.
Documentation
Components and utilities are documented via Storybook and can be accessed via the following links:
- Latest documentation.
- Canary documentation.
- v4 documentation (v4 is considered end-of-life).
For Contributors & AI Agents
- AGENTS.md - Essential guide for AI agents working on this project
- guidelines/* - Guidelines concerning code style, patterns, and best practices
- .changeset/README.md - How to document your changes using changesets
Contributing Changes
When making changes to Elements, please add a changeset to describe your changes:
yarn changesetThis ensures your changes are documented in the changelog and helps determine the next version number. See .changeset/README.md for detailed instructions.
