@universal-material/web
v3.11.0
Published
Material web components
Readme
Universal Material
Getting started
Install
Install Universal Material components using npm and node.
npm i @universal-material/webImport
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
Claude Code skills
The package ships a Claude Code plugin with per-component guidance skills (setup, theming, scaffold, top app bar, navigation bar, drawer, buttons, FAB, dialog, text field, select, chips, selection controls, datepicker, menu, list, tab bar, snackbar, card, typeahead).
To enable them in a project that already depends on @universal-material/web, install the plugin from your node_modules:
/plugin install ./node_modules/@universal-material/webThe skills become available as universal-material-web:<skill-name> and Claude will surface the right one when you ask about a component (e.g. "build a layout with a top app bar and a FAB").
Thanks
Thanks to BrowserStack for providing the infrastructure that allows us to test in real browsers!
