Material Design Web Components
Go to file
Elizabeth Mitchell 59c44fc2f9 fix(tokens): rename token override files
BREAKING CHANGE: Change "radio-button" and "progress-indicator" Sass token APIs to "radio" and "progress". This matches the tag names of their components.

PiperOrigin-RevId: 560184741
2023-08-25 13:45:10 -07:00
.github docs(ci): only run the catalog preview if the preview-catalog label is applied to the PR 2023-08-16 13:51:21 -07:00
button fix(button): add value to form when submitting 2023-08-18 15:24:42 -07:00
catalog docs(list): document list 2023-08-17 23:05:12 -07:00
checkbox fix: ripple and focus ring not centered in Safari 2023-08-24 12:00:23 -07:00
chips fix(chips): linear navigation not working in VoiceOver 2023-08-24 16:44:29 -07:00
color feat(color): add color folder for md-sys-color theming APIs 2023-08-23 09:40:28 -07:00
dialog fix(dialog): content not displaying on Safari 2023-08-22 14:25:32 -07:00
divider build: use firebase for hosting and remove url prefixes 2023-07-27 09:17:27 -07:00
docs fix(tabs): remove divider tokens in favor of md-divider 2023-08-25 10:16:46 -07:00
elevation fix(elevation): don't transition border-radius 2023-08-18 11:31:15 -07:00
fab docs(fab): make some sass docs inline 2023-08-18 11:29:24 -07:00
field build: use firebase for hosting and remove url prefixes 2023-07-27 09:17:27 -07:00
focus feat(focus,ripple): allow setting element.control = elementRef 2023-08-24 16:09:25 -07:00
icon fix(icon): don't allow user text selection by default 2023-08-17 23:04:58 -07:00
iconbutton test(iconbutton): add token tests 2023-08-25 09:02:32 -07:00
internal feat(focus,ripple): allow setting element.control = elementRef 2023-08-24 16:09:25 -07:00
labs chore: remove sass theme utilities 2023-08-14 14:39:19 -07:00
list fix(list,menu): restrict type to only supported aria roles 2023-08-25 13:27:21 -07:00
menu fix(list,menu): restrict type to only supported aria roles 2023-08-25 13:27:21 -07:00
progress fix(tokens): rename token override files 2023-08-25 13:45:10 -07:00
radio fix(tokens): rename token override files 2023-08-25 13:45:10 -07:00
ripple feat(focus,ripple): allow setting element.control = elementRef 2023-08-24 16:09:25 -07:00
select chore: remove sass theme utilities 2023-08-14 14:39:19 -07:00
slider fix: ripple and focus ring not centered in Safari 2023-08-24 12:00:23 -07:00
switch fix: ripple and focus ring not centered in Safari 2023-08-24 12:00:23 -07:00
tabs fix(tabs): remove divider tokens in favor of md-divider 2023-08-25 10:16:46 -07:00
testing fix(testing): harness not applying :active to parents 2023-08-23 17:03:08 -07:00
textfield chore: make formAssociated readonly 2023-08-18 14:57:38 -07:00
tokens fix(tokens): rename token override files 2023-08-25 13:45:10 -07:00
.gitignore build(catalog): re-enable catalog typechecking 2023-06-22 16:00:41 -07:00
.release-please-manifest.json chore: release 1.0.0-pre.16 2023-08-21 22:05:16 +00:00
all.ts refactor(list,menu)!: add href to (list|menu)-item and remove (menu|list)-item-link 2023-08-04 13:18:38 -07:00
CHANGELOG.md chore: release 1.0.0-pre.16 2023-08-21 22:05:16 +00:00
common.ts refactor(list,menu)!: add href to (list|menu)-item and remove (menu|list)-item-link 2023-08-04 13:18:38 -07: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.16 2023-08-21 22:05:16 +00:00
package.json chore: expand lit dependency range 2023-08-23 17:37:54 -07:00
README.md docs: mark radio as stable 2023-08-24 16:52:57 -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 components is a UI toolkit to build customizable and accessible web applications.

Material 3 is the latest version of Google's open-source design system.

Tip: Using Angular? We recommend using Angular Material components instead.

Resources

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

Browser support

This project aims to support the latest two major versions of browsers at the time of each release.

Current browsers and versions supported:

Browser Version
Chrome 112 +
Edge 112 +
Firefox 113 +
Safari* 16.4 +

* previous versions of Safari may be supported with an ElementInternals polyfill.