Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.47 KB

File metadata and controls

44 lines (26 loc) · 1.47 KB

TEDI Design System for Angular

codecov semantic-release

@tedi-design-system/angular is a library of Angular components implementing the TEDI Design System.
It provides reusable, accessible, and consistent UI components to streamline building Angular applications.

Usage instructions and detailed documentation can be found in the TEDI Design System wiki.


Installation

Install the dependencies for your Angular library:

npm run i

Development Guide

Running Storybook

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

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.