This repository contains two packages:
| Package | Description |
|---|---|
ydin |
Framework-agnostic Web Components foundation |
@ausginer/material-x |
Material Design 3 component library |
Node.js >=24 is required.
npm install
npm run build # build all packages
npm run typecheck # type-check all packages
npm run test # run all tests
npm run docs:dev # start Storybook locallyApache-2.0