Material Design Web Components
Go to file
Elizabeth Mitchell 58ae98cbc8 fix(text-field): ensure value can overwrite defaultValue
PiperOrigin-RevId: 472984918
2022-09-08 07:36:28 -07:00
actionelement chore: add ".js" extensions to import statements. 2022-08-24 11:01:21 -07:00
autocomplete feat(autocomplete): Create MdAutocompleteList to unset min-width. 2022-09-07 18:26:03 -07:00
badge chore: add ".js" extensions to import statements. 2022-08-24 11:01:21 -07:00
button docs(button): Copy-paste note re: LinkTarget from Icon Button 2022-08-30 13:39:37 -07:00
checkbox chore: add ".js" extensions to import statements. 2022-08-24 11:01:21 -07:00
chips chore: add ".js" extensions to import statements. 2022-08-24 11:01:21 -07:00
compat chore: add ".js" extensions to import statements. 2022-08-24 11:01:21 -07:00
controller feat(icon-button): Implement isRTL helper library, and refactor icon-button to use it. 2022-08-31 14:13:05 -07:00
decorators fix(decorators): ariaProperty not triggering re-renders from data changes 2022-08-24 14:28:28 -07:00
elevation/lib chore: update repository for Material 3 2022-06-17 16:42:04 +00:00
fab chore: add ".js" extensions to import statements. 2022-08-24 11:01:21 -07:00
field chore(text-field): add bubble annotation for filled click 2022-08-31 12:56:29 -07:00
focus feat: add _focus-ring.scss partial to expose theming the focus ring 2022-08-30 11:27:32 -07:00
formfield chore: add ".js" extensions to import statements. 2022-08-24 11:01:21 -07:00
icon chore: add ".js" extensions to import statements. 2022-08-24 11:01:21 -07:00
iconbutton feat(icon-button): Implement isRTL helper library, and refactor icon-button to use it. 2022-08-31 14:13:05 -07:00
list feat(autocomplete): Create MdAutocompleteList to unset min-width. 2022-09-07 18:26:03 -07:00
menu chore: add ".js" extensions to import statements. 2022-08-24 11:01:21 -07:00
menusurface chore(all): refactor components with RTL needs to use isRtl() helper 2022-08-31 15:24:06 -07:00
motion chore: add ".js" extensions to import statements. 2022-08-24 11:01:21 -07:00
navigationbar chore(all): refactor components with RTL needs to use isRtl() helper 2022-08-31 15:24:06 -07:00
navigationdrawer chore: add ".js" extensions to import statements. 2022-08-24 11:01:21 -07:00
navigationtab chore: add ".js" extensions to import statements. 2022-08-24 11:01:21 -07:00
radio chore: add ".js" extensions to import statements. 2022-08-24 11:01:21 -07:00
ripple refactor(ripple): remove real timers from unit test 2022-09-07 08:50:25 -07:00
sass feat: add more detail to error message on sass color function. 2022-08-05 10:02:18 -07:00
segmentedbutton chore: add ".js" extensions to import statements. 2022-08-24 11:01:21 -07:00
segmentedbuttonset chore: add ".js" extensions to import statements. 2022-08-24 11:01:21 -07:00
switch chore: add ".js" extensions to import statements. 2022-08-24 11:01:21 -07:00
testing refactor(tabscroller): update test to not wait for real animations. 2022-09-06 17:39:54 -07:00
textfield fix(text-field): ensure value can overwrite defaultValue 2022-09-08 07:36:28 -07:00
tokens chore: update repository for Material 3 2022-06-17 16:42:04 +00:00
types chore(text-field): add additional aria properties for autocomplete 2022-08-24 09:01:32 -07:00
.gitignore chore: add package.json with basic build 2022-08-16 08:37:48 -07: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 chore: update @material/web package.json for first release 2022-08-26 16:38:48 -07: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.