Material Design Web Components
Go to file
Elizabeth Mitchell be36c8d44f chore(tokens): generate tokens v0.144
PiperOrigin-RevId: 491447110
2022-11-28 14:37:45 -08:00
actionelement chore: use relative paths 2022-10-18 09:28:59 -07:00
autocomplete chore(autocomplete): merge static/theme-styles 2022-10-25 08:58:33 -07:00
badge test(badge): add token tests 2022-11-28 10:23:59 -08:00
button fix(button): Move event listeners to anchor to fix focus ring 2022-11-10 13:08:15 -08:00
checkbox fix(focus): Update focus ring to new design 2022-11-10 10:11:40 -08:00
chips chore(focus): merge static/theme-styles 2022-10-21 10:44:33 -07:00
controller chore: use relative paths 2022-10-18 09:28:59 -07:00
decorators chore: use relative paths 2022-10-18 09:28:59 -07:00
elevation/lib chore(button): update to local custom properties 2022-10-19 11:27:57 -07:00
fab fix(focus): Update focus ring to new design 2022-11-10 10:11:40 -08:00
field chore(field): merge static/theme-styles 2022-10-25 13:59:54 -07:00
focus fix(focus): Update focus ring to new design 2022-11-10 10:11:40 -08:00
formfield chore(form-field): merge static/theme-styles 2022-10-25 09:08:41 -07:00
icon chore: add ".js" extensions to import statements. 2022-08-24 11:01:21 -07:00
iconbutton fix(focus): Update focus ring to new design 2022-11-10 10:11:40 -08:00
list fix(focus): Update focus ring to new design 2022-11-10 10:11:40 -08:00
localization feat(all): Implement stubs for lit-localize support 2022-09-15 14:25:15 -07:00
menu chore(menu): merge static/theme-styles 2022-11-01 11:23:34 -07:00
menusurface chore(menusurface): merge static/theme-styles 2022-11-02 12:43:55 -07:00
motion chore: add ".js" extensions to import statements. 2022-08-24 11:01:21 -07:00
navigationbar chore(navigationbar): merge static/theme-styles 2022-11-02 12:42:31 -07:00
navigationdrawer chore(navigationdrawer): merge static/theme-styles 2022-11-01 14:39:21 -07:00
navigationtab fix(focus): Update focus ring to new design 2022-11-10 10:11:40 -08:00
radio fix(focus): Update focus ring to new design 2022-11-10 10:11:40 -08:00
ripple chore(ripple): merge static/theme-styles 2022-10-20 11:34:58 -07:00
sass chore(sass): remove opacity tokens when flattening colors 2022-11-16 11:23:37 -08:00
segmentedbutton chore(segmentedbutton): merge static/theme-styles 2022-11-01 09:29:57 -07:00
segmentedbuttonset chore(segmentedbutton): merge static/theme-styles 2022-11-01 09:29:57 -07:00
switch fix(focus): Update focus ring to new design 2022-11-10 10:11:40 -08:00
testing chore(testing): add token testing functions 2022-11-24 11:59:08 -08:00
textfield chore(field): merge static/theme-styles 2022-10-25 13:59:54 -07:00
tokens chore(tokens): generate tokens v0.144 2022-11-28 14:37:45 -08:00
types chore(text-field): add additional aria properties for autocomplete 2022-08-24 09:01:32 -07:00
.gitignore Add wireit build config 2022-11-21 14:12:58 -08:00
css-to-ts.js chore: add package.json with basic build 2022-08-16 08:37:48 -07:00
LICENSE chore: add LICENSE file 2022-08-25 08:20:49 -07:00
package.json Add wireit build config 2022-11-21 14:12:58 -08:00
README.md chore: update repository for Material 3 2022-06-17 16:42:04 +00:00
tsconfig.json chore: Don't publish .ts or testing files 2022-08-24 15:04:04 -07: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.

The Material team is currently working on Material You (Material Design 3) support for Material components.

Developers using this library should expect some big changes as we work to improve our codebase and ease of use and implement the newest Material Design.

A few notable changes you should expect:

  • UX changes as we adopt the new designs (production users will definitely want to pin to an appropriate release, not mainline)
  • A single npm package (@material/web)
  • Simplification of tag name prefixes to md- (CSS custom properties will be --md-)
  • Components as top-level folders which contain all variants

Example: top-app-bar and top-app-bar-fixed will be placed in the same folder: top-app-bar - Components with variant attributes will be split into several variant components:

Example: mwc-button will be split into md-text-button, md-filled-button, md-tonal-button, md-outlined-button, etc

Note: Looking for Material 2? MWC components are now on the mwc branch.