https://github.com/maicol07/material-web-additions
An attempt to develop missing Material Web components
https://github.com/maicol07/material-web-additions
card data-table datatable grid grid-layout material material-design material-web material-web-components mwc
Last synced: 8 days ago
JSON representation
An attempt to develop missing Material Web components
- Host: GitHub
- URL: https://github.com/maicol07/material-web-additions
- Owner: maicol07
- License: apache-2.0
- Created: 2021-11-11T12:51:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T08:18:34.000Z (19 days ago)
- Last Synced: 2025-04-04T08:30:25.442Z (19 days ago)
- Topics: card, data-table, datatable, grid, grid-layout, material, material-design, material-web, material-web-components, mwc
- Language: TypeScript
- Homepage: https://material-web-additions.maicol07.it/
- Size: 2.46 MB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Material Web Additions
[](https://github.com/maicol07/material-web-additions/issues?q=is%3Aissue+is%3Aopen+label%3A%22Type%3A+Bug%22)
> IMPORTANT: Material Web & Material Web Additions are work in progress and subject to major changes until 1.0
> release.Material Web Additions is a collection of additional components
to [Material Web](https://github.com/material-components/material-web)
components: Google’s UI toolkit for building beautiful, accessible web applications. Material Web & Material Web
Additions are implemented as a collection
of [web components](https://developer.mozilla.org/en-US/docs/Web/Web_Components).## Installation
[](https://www.npmjs.com/package/@maicol07/material-web-additions)| Package Manager | Command |
|-----------------|------------------------------------------------|
| npm | `npm install @maicol07/material-web-additions` |
| yarn | `yarn add @maicol07/material-web-additions` |
| pnpm | `pnpm add @maicol07/material-web-additions` |> NOTE: The Material Web Components are distributed as ES2020 JavaScript Modules, and use the Custom Elements API. They
> are compatible with all modern browsers including Chrome, Firefox, Safari and Edge.## Usage & Docs
Read the full docs on Storybook: