@universal-material/web
v3.0.136
Published
Material web components
Downloads
1,430
Maintainers
Readme
Universal Material
Getting started
Install
Install Universal Material components using npm and node.
npm i @universal-material/web
Import
Import element definitions from @universal-material/web/<component>/<component-variant>.js
or import everything from @universal-material/web
.
// index.js
import '@universal-material/web/button/button.js';
import '@universal-material/web/card/card.js';
import '@universal-material/web/checkbox/checkbox.js';
Documentation
https://universal-material.github.io
Thanks
Thanks to BrowserStack for providing the infrastructure that allows us to test in real browsers!