0.37.0 • Published 7 months ago
@mordech/web-components v0.37.0
@mordech/web-components
@mordech/web-components is a collection of reusable web components.
Install
yarn add @mordech/web-components
Usage
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 | 🟢 | 🟡 | 🔴 |
License
0.37.0
7 months ago
0.36.1
7 months ago
0.36.0
8 months ago
0.35.0
1 year ago
0.34.0
1 year ago
0.33.2
1 year ago
0.33.1
1 year ago
0.33.0
1 year ago
0.32.0
1 year ago
0.31.3
2 years ago
0.31.1
2 years ago
0.29.0
2 years ago
0.30.0
2 years ago
0.29.1
2 years ago
0.28.0
2 years ago
0.27.0
2 years ago
0.26.1
2 years ago
0.26.0
2 years ago