Material Design Web Components
Go to file
Elizabeth Mitchell 395bb065cd chore: move navigation elements to labs
PiperOrigin-RevId: 536572523
2023-05-30 19:24:12 -07:00
.github chore: simplify workflows and remove commitlint dependency 2023-01-11 09:36:53 -08:00
button chore(sass): move to internal 2023-05-30 11:23:00 -07:00
catalog chore(demo): move to internal 2023-05-30 12:13:09 -07:00
checkbox chore: fix closure issues with FACE 2023-05-30 13:35:07 -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
controller fix(focus): split attachable logic into separate controller 2023-05-25 15:23:08 -07:00
dialog chore(sass): move to internal 2023-05-30 11:23:00 -07:00
divider docs: update playground urls to match new base-URI 2023-05-11 15:24:11 -07:00
docs chore(focus): update docs and mark as stable 2023-05-23 14:29:19 -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 fix(focus): split attachable logic into separate controller 2023-05-25 15:23:08 -07:00
icon chore(sass): move to internal 2023-05-30 11:23:00 -07:00
iconbutton chore(demo): move to internal 2023-05-30 12:13:09 -07:00
internal chore(demo): move to internal 2023-05-30 12:13:09 -07:00
labs chore: move navigation elements to labs 2023-05-30 19:24:12 -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: fix closure issues with FACE 2023-05-30 13:35:07 -07:00
ripple fix(ripple): restrict manually controllable methods 2023-05-30 15:49:25 -07:00
segmentedbutton chore(sass): move to internal 2023-05-30 11:23:00 -07:00
segmentedbuttonset chore(aria): move to internal 2023-05-30 10:37:46 -07:00
select chore(sass): move to internal 2023-05-30 11:23:00 -07:00
slider fix(ripple): restrict manually controllable methods 2023-05-30 15:49:25 -07:00
switch chore: fix closure issues with FACE 2023-05-30 13:35:07 -07:00
tabs chore(sass): move to internal 2023-05-30 11:23:00 -07:00
testing chore(sass): move to internal 2023-05-30 11:23:00 -07:00
textfield chore(aria): move to internal 2023-05-30 10:37:46 -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