Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T09:22:36.000Z (2 months ago)
- Last Synced: 2024-10-23T00:15:00.674Z (28 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.11 MB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Material Web Additions
[![GitHub issues by-label](https://img.shields.io/github/issues-raw/maicol07/material-web-additions/Type:%20Bug)](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
[![See it on NPM!](https://img.shields.io/npm/v/@maicol07/material-web-additions?style=for-the-badge)](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: