Zero-dependency Web Components library that replicates the Material UI component set. Accepts standard MUI theme objects. Visually identical output to MUI.
@materialelements/core— the component librarydemo— documentation and demo site
npm install
npm run dev| Command | Description |
|---|---|
npm run dev |
Build core and start demo server |
npm run build:core |
Build the core library |
npm test |
Run unit tests |
npm run lint |
Lint TypeScript files |
npm run format |
Format with Prettier |
npm run new -- --name slider |
Scaffold a new component |
MIT