@tedi-design-system/react is a library of React components implementing the TEDI Design System.
It provides reusable, accessible, and consistent UI components to streamline building React applications.
Usage instructions and detailed documentation for using the components in your application are available in Storybook.
If you are installing @tedi-design-system/react in your own project, follow the
Get Started guide in Storybook
The Storybook documentation covers:
- installation instructions
- required styles and providers
- component usage examples
- accessibility notes
- component APIs
The following instructions apply only if you are working on this repository itself (e.g. developing, fixing, or adding components).
npm install
To view and develop components in isolation, start Storybook:
npm run start
This will launch a local Storybook instance for component development.
Check the wiki for component guidelines and coding standards.
Report issues or contribute via GitHub Issues.
We use Chromatic for visual testing, reviewing UI changes, and preventing visual regressions.