Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.46 KB

File metadata and controls

46 lines (27 loc) · 1.46 KB

TEDI Design System for React

codecov semantic-release

@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 can be found in the TEDI Design System wiki.


Installation

Install the dependencies for your React library:

npm run i

Development Guide

Running Storybook

To view and develop components in isolation, start Storybook for React:

npm run start

Contributing

Check the wiki for component guidelines and coding standards.
Report issues or contribute via GitHub Issues.


Visual Testing

Chromatic

We use Chromatic for visual testing, reviewing UI changes, and preventing visual regressions.