Material Design Web Components
Go to file
Elizabeth Mitchell 7b52c4515f fix: remove @ariaProperty decorator
PiperOrigin-RevId: 526750432
2023-04-24 14:10:38 -07:00
.github chore: simplify workflows and remove commitlint dependency 2023-01-11 09:36:53 -08:00
aria feat(aria): add aria delegation 2023-04-23 14:19:40 -07:00
badge chore: remove internal SSR annotations 2023-04-24 10:12:10 -07:00
button fix(button)!: remove label property 2023-04-24 13:37:45 -07:00
checkbox fix: remove @ariaProperty decorator 2023-04-24 14:10:38 -07:00
chips feat(chips): add filter chips 2023-04-14 17:56:00 -07:00
circularprogress fix: remove @ariaProperty decorator 2023-04-24 14:10:38 -07:00
controller chore(controller): remove ActionController 2023-04-24 13:11:11 -07:00
dialog fix(dialog): fixes #4080: corrects dialog fullscreen height 2023-04-13 20:25:42 -07:00
divider chore(all): add keep-sorted comments to Sass imports 2023-02-14 11:10:23 -08:00
docs chore: rename primary branch to main 2023-04-24 14:06:27 -07:00
elevation fix(elevation): tidy up tokens and update roadmap 2023-04-10 14:24:25 -07:00
fab fix: remove @ariaProperty decorator 2023-04-24 14:10:38 -07:00
field chore(all): remove unnecessary property typing for strings 2023-04-10 13:43:10 -07:00
focus chore: remove internal SSR annotations 2023-04-24 10:12:10 -07:00
icon chore: remove internal SSR annotations 2023-04-24 10:12:10 -07:00
iconbutton fix: remove @ariaProperty decorator 2023-04-24 14:10:38 -07:00
linearprogress fix: remove @ariaProperty decorator 2023-04-24 14:10:38 -07:00
list fix: remove @ariaProperty decorator 2023-04-24 14:10:38 -07:00
localization chore: Comment-out jasmine import statements for external compatibility 2022-11-30 11:18:44 -08:00
menu fix: remove @ariaProperty decorator 2023-04-24 14:10:38 -07:00
motion feat(dialog) Adds Dialog element. 2023-02-01 09:37:05 -08:00
navigationbar fix: remove @ariaProperty decorator 2023-04-24 14:10:38 -07:00
navigationdrawer fix: remove @ariaProperty decorator 2023-04-24 14:10:38 -07:00
navigationtab fix: remove @ariaProperty decorator 2023-04-24 14:10:38 -07:00
radio fix: remove @ariaProperty decorator 2023-04-24 14:10:38 -07:00
ripple fix(ripple): tonal surface update 2023-04-05 21:51:39 -07:00
sass chore(tokens): update default to v0.172 2023-04-05 13:12:02 -07:00
segmentedbutton fix: remove @ariaProperty decorator 2023-04-24 14:10:38 -07:00
segmentedbuttonset fix: remove @ariaProperty decorator 2023-04-24 14:10:38 -07:00
select fix: remove role attribute from elements 2023-04-24 11:51:47 -07:00
slider fix: remove @ariaProperty decorator 2023-04-24 14:10:38 -07:00
switch fix: remove @ariaProperty decorator 2023-04-24 14:10:38 -07:00
testing chore: remove internal SSR annotations 2023-04-24 10:12:10 -07:00
textfield fix: remove @ariaProperty decorator 2023-04-24 14:10:38 -07:00
tokens chore(slider): use canonical tokens file instead of custom one and remove unspecced tokens 2023-04-18 11:51:27 -07:00
types fix(button): closure conformance issue 2023-04-24 12:18:46 -07:00
.gitignore Check in package lock for more reliable CI build 2022-11-29 20:16:35 -08:00
.release-please-manifest.json chore: release 1.0.0-pre.6 2023-04-10 16:50:52 +00:00
CHANGELOG.md chore: release 1.0.0-pre.6 2023-04-10 16:50:52 +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.6 2023-04-10 16:50:52 +00:00
package.json chore: release 1.0.0-pre.6 2023-04-10 16:50:52 +00:00
README.md docs: update select status 2023-04-20 11:53:36 -07:00
release-please-config.json chore: update release-please 2023-01-09 10:04:00 -08:00
tsconfig.json build(TS): remove decorator metadata 2023-04-13 10:16:20 -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.

Note: Looking for Material 2? <mwc-* components are now on the mwc branch.

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

1.0 Components

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 🟡

1.1+ Components

These components are planned for release after 1.0.

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