Material Design Web Components
Go to file
Elliott Marquez 6356fd56a2 build: update dependencies
lit ssr update includes a fix for defer-hydration

https://github.com/lit/lit/issues/3939
2023-06-20 14:14:21 -07:00
.github build(ci/catalog): gh actions to build & delploy catalog 2023-05-31 16:45:35 -07:00
button chore: remove closure comments from static blocks 2023-06-12 15:07:36 -07:00
catalog docs(linearprogress): add catalog docs for linear progress 2023-06-12 15:46:37 -05:00
checkbox chore: remove closure comments from static blocks 2023-06-12 15:07:36 -07:00
chips test(chips): use actual harness for unit tests 2023-06-20 13:00:11 -07:00
circularprogress chore: remove closure comments from static blocks 2023-06-12 15:07:36 -07:00
dialog go back to nested version. 2023-06-01 00:26:33 +02:00
divider docs: update playground urls to match new base-URI 2023-05-11 15:24:11 -07:00
docs docs(linearprogress): update golink and revert image to animated 2023-06-15 12:16:49 -07:00
elevation chore(sass): move to internal 2023-05-30 11:23:00 -07:00
fab chore: remove closure comments from static blocks 2023-06-12 15:07:36 -07:00
field chore(motion): move to internal 2023-05-30 10:50:00 -07:00
focus chore(controller): move to internal 2023-05-30 19:43:02 -07:00
icon chore: fix jscompiler issues 2023-06-12 11:42:52 -07:00
iconbutton chore: remove closure comments from static blocks 2023-06-12 15:07:36 -07:00
internal chore: remove closure comments from static blocks 2023-06-12 15:07:36 -07:00
labs chore: remove closure comments from static blocks 2023-06-12 15:07:36 -07:00
linearprogress chore: remove closure comments from static blocks 2023-06-12 15:07:36 -07:00
list chore: remove closure comments from static blocks 2023-06-12 15:07:36 -07:00
menu chore: remove closure comments from static blocks 2023-06-12 15:07:36 -07:00
radio chore: remove closure comments from static blocks 2023-06-12 15:07:36 -07:00
ripple fix(ripple): wrong start point for pressing unbounded ripples 2023-06-05 13:26:03 -07:00
select fix(select): fixed menu select not 100% window width 2023-06-20 12:51:18 -07:00
slider chore: remove closure comments from static blocks 2023-06-12 15:07:36 -07:00
switch chore: remove closure comments from static blocks 2023-06-12 15:07:36 -07:00
tabs chore: remove closure comments from static blocks 2023-06-12 15:07:36 -07:00
testing fix(testing): use sys-color-* theming for dark mode tests 2023-06-14 09:08:39 -07:00
textfield chore: remove closure comments from static blocks 2023-06-12 15:07:36 -07:00
tokens chore: fix test table cell color 2023-06-15 07:25:52 -07:00
.gitignore docs(catalog): implement metadata shell for catalog 2023-05-23 15:27:19 -07:00
.npmignore remove catalog from files dir 2023-06-13 17:42:07 -05:00
.release-please-manifest.json chore: release 1.0.0-pre.11 2023-06-16 20:17:15 +00:00
CHANGELOG.md chore: release 1.0.0-pre.11 2023-06-16 20:17:15 +00:00
css-to-ts.js Add type:module and convert css-to-ts.js to a module 2022-11-29 17:02:52 -08:00
LICENSE fix: update license year and holder 2023-02-22 15:42:31 -08:00
package-lock.json build: update dependencies 2023-06-20 14:14:21 -07:00
package.json chore: release 1.0.0-pre.11 2023-06-16 20:17:15 +00:00
README.md chore(chips): mark as alpha 2023-06-08 14:00:54 -07:00
release-please-config.json chore: update release-please 2023-01-09 10:04:00 -08:00
tsconfig.json chore: move navigation elements to labs 2023-05-30 19:24:12 -07:00
web-test-runner.config.js chore: fix script import paths 2023-01-03 11:52:31 -08:00

Material Web

Material Web is Googles UI toolkit for building beautiful, accessible web applications.

Material Web is implemented as a collection of web components. Material 3 is the latest version of Googles open-source design system.

Tip: Check out the quick start guide to jump in.

Roadmap

Alpha components are in-development and may have many frequent breaking changes.

Beta components are mostly polished and ready for use, but may still have breaking changes.

Stable components are reviewed, documented, and API complete.

  • Not started
  • 🟡 In progress
  • Complete

v1.0.0 (2023)

Component Alpha Beta Stable
Button
FAB
Icon button
Checkbox
Chips 🟡
Dialog
Divider
Elevation
Focus ring
Field 🟡
Icon
List
Menu
Progress indicator (circular) 🟡
Progress indicator (linear) 🟡
Radio button
Ripple
Select
Slider
Switch
Tabs
Text field 🟡

Future

These features are planned for a future release.

Component Alpha Beta Stable
Autocomplete
Badge 🟡
Banner
Bottom app bar
Bottom sheet
Segmented button 🟡
Card
Data table
Date picker
Navigation bar 🟡
Navigation drawer 🟡
Navigation rail
Search
Snackbar
Time picker
Tooltip
Top app bar