Material Design Web Components
Go to file
Elliott Marquez f403d42807 docs(catalog): refactor catalog to use material panel layout
PiperOrigin-RevId: 537973428
2023-06-05 13:55:58 -07:00
.github build(ci/catalog): gh actions to build & delploy catalog 2023-05-31 16:45:35 -07:00
button chore(controller): move to internal 2023-05-30 19:43:02 -07:00
catalog docs(catalog): refactor catalog to use material panel layout 2023-06-05 13:55:58 -07:00
checkbox chore: update annotations after closure extern fixes 2023-06-05 11:34:43 -07:00
chips chore(aria): move to internal 2023-05-30 10:37:46 -07:00
circularprogress chore(aria): move to internal 2023-05-30 10:37:46 -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(iconbutton): add iconbutton to the catalog 2023-06-02 16:32:32 -07:00
elevation chore(sass): move to internal 2023-05-30 11:23:00 -07:00
fab chore(aria): move to internal 2023-05-30 10:37:46 -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(sass): move to internal 2023-05-30 11:23:00 -07:00
iconbutton chore(controller): move to internal 2023-05-30 19:43:02 -07:00
internal chore: remove formcontroller 2023-06-05 09:32:39 -07:00
labs chore(controller): move to internal 2023-05-30 19:43:02 -07:00
linearprogress chore(aria): move to internal 2023-05-30 10:37:46 -07:00
list Merge pull request #4337 from VandeurenGlenn:patch-1 2023-05-30 19:08:52 -07:00
menu chore(sass): move to internal 2023-05-30 11:23:00 -07:00
radio chore: update annotations after closure extern fixes 2023-06-05 11:34:43 -07:00
ripple fix(ripple): wrong start point for pressing unbounded ripples 2023-06-05 13:26:03 -07:00
select chore(sass): move to internal 2023-05-30 11:23:00 -07:00
slider fix(slider): renames withTickMarks to tickmarks and withLabel to labeled 2023-06-05 13:17:46 -07:00
switch chore: update annotations after closure extern fixes 2023-06-05 11:34:43 -07:00
tabs chore(controller): move to internal 2023-05-30 19:43:02 -07:00
testing feat(slider): add full form association support 2023-06-02 09:28:31 -07:00
textfield chore: update annotations after closure extern fixes 2023-06-05 11:34:43 -07:00
tokens fix(all): remove focus state layer tokens 2023-05-25 10:33:20 -07:00
.gitignore docs(catalog): implement metadata shell for catalog 2023-05-23 15:27:19 -07:00
.npmignore docs(catalog): implement metadata shell for catalog 2023-05-23 15:27:19 -07:00
.release-please-manifest.json chore: release 1.0.0-pre.9 2023-05-25 01:00:24 +00:00
CHANGELOG.md chore: release 1.0.0-pre.9 2023-05-25 01:00:24 +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 chore: release 1.0.0-pre.9 2023-05-25 01:00:24 +00:00
package.json chore: release 1.0.0-pre.9 2023-05-25 01:00:24 +00:00
README.md chore(focus): update docs and mark as stable 2023-05-23 14:29:19 -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

IMPORTANT: Material Web is a work in progress and subject to major changes until 1.0 release.

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.

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