@mordech/web-components
v0.40.0
Published
[@mordech/web-components](https://www.npmjs.com/package/@mordech/web-components) is a collection of reusable web components.
Readme
@mordech/web-components
@mordech/web-components is a collection of reusable web components.
Install
yarn add @mordech/web-componentsUsage
All components have the prefix mrd-.
import { html, render } from 'lit';
import '@mordech/web-components/mrd-component';
const root = document.querySelector('#root');
render(html`<mrd-component>Hello world</mrd-component>`, root);Roadmap
(I'm using Material Web Components' traffic light system)
Alpha components are in-development and may have many frequent breaking changes.
Beta components are mostly polished and ready for use.
Stable components are reviewed, documented, and API complete.
- 🔴 Not started
- 🟡 In progress
- 🟢 Complete
Components
| Component | Alpha | Beta | Stable | | ------------------- | :---: | :--: | :----: | | Button | 🟡 | 🔴 | 🔴 | | Paint Swatch | 🟢 | 🔴 | 🔴 | | Range | 🟢 | 🟢 | 🔴 | | Toggle Theme Button | 🟢 | 🟡 | 🔴 |
