Material Design Web Components
Go to file
Material Web Team b315d62c50 chore(chips): Fork foundation, adapter, and Sass files: Action
PiperOrigin-RevId: 463460098
2022-07-26 17:02:31 -07:00
actionelement chore(actionelement): remove folder underscore 2022-06-18 07:20:00 -07:00
badge chore: update repository for Material 3 2022-06-17 16:42:04 +00:00
button refactor: mark disabled and checked as boolean values in lit templates. 2022-07-22 15:27:12 -07:00
checkbox fix(checkbox): Remove unused methods and cleanup styles 2022-07-26 02:19:21 -07:00
chips/action/lib chore(chips): Fork foundation, adapter, and Sass files: Action 2022-07-26 17:02:31 -07:00
compat feat(menusurface): Add menusurface class (forked from MWC/MDC). 2022-07-19 08:31:07 -07:00
controller chore: update repository for Material 3 2022-06-17 16:42:04 +00:00
decorators chore: disable tslint for ariaProperty and legacyAriaProperty 2022-07-21 10:55:48 -07:00
elevation/lib chore: update repository for Material 3 2022-06-17 16:42:04 +00:00
fab refactor: mark disabled and checked as boolean values in lit templates. 2022-07-22 15:27:12 -07:00
field refactor: mark disabled and checked as boolean values in lit templates. 2022-07-22 15:27:12 -07:00
focus chore: remove screenshots 2022-06-21 14:26:21 -07:00
formfield chore: update repository for Material 3 2022-06-17 16:42:04 +00:00
icon chore(icon): Move icon package to new directory. 2022-06-21 07:02:04 -07:00
iconbutton refactor: mark disabled and checked as boolean values in lit templates. 2022-07-22 15:27:12 -07:00
list feat(list): Add ripple to M3 list 2022-07-26 09:42:26 -07:00
menu feat(menu): Add initial menu base component class. 2022-07-26 12:40:08 -07:00
menusurface feat(menu): Add initial menu base component class. 2022-07-26 12:40:08 -07:00
motion chore: update repository for Material 3 2022-06-17 16:42:04 +00:00
navigationbar refactor: Update test to use fewer helper functions. 2022-07-20 11:08:57 -07:00
navigationdrawer chore(navigationdrawer): Update navigation_drawer/ to navigationdrawer/ to align with 1P naming convention. 2022-07-12 11:38:54 -07:00
navigationtab chore: disable tslint for ariaProperty and legacyAriaProperty 2022-07-21 10:55:48 -07:00
radio refactor: mark disabled and checked as boolean values in lit templates. 2022-07-22 15:27:12 -07:00
ripple feat(list): Add ripple to M3 list 2022-07-26 09:42:26 -07:00
sass feat(menu): Add menu foundation/adapter and Sass (forked from MDC). 2022-07-20 10:40:30 -07:00
segmented_button refactor: mark disabled and checked as boolean values in lit templates. 2022-07-22 15:27:12 -07:00
segmented_button_set chore: disable tslint for ariaProperty and legacyAriaProperty 2022-07-21 10:55:48 -07:00
switch refactor(switch): rename property to not start with 'on' 2022-07-26 09:20:42 -07:00
tabs chore: disable tslint for ariaProperty and legacyAriaProperty 2022-07-21 10:55:48 -07:00
testing chore: remove spyOnAllFunctions 2022-07-19 13:33:13 -07:00
textfield refactor: mark disabled and checked as boolean values in lit templates. 2022-07-22 15:27:12 -07:00
tokens chore: update repository for Material 3 2022-06-17 16:42:04 +00:00
types chore: update repository for Material 3 2022-06-17 16:42:04 +00:00
README.md chore: update repository for Material 3 2022-06-17 16:42:04 +00:00
tsconfig.json chore: add tsconfig.json file 2022-06-17 11:00:54 -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.