Material Design Web Components
Go to file
Andrew Jakubowicz c6e6f65445 fix(list)!: rename "lib" directory to "internal"
BREAKING CHANGE: Rename `@material/web/list/lib` to `@material/web/list/internal`. Prefer not using internal files.

PiperOrigin-RevId: 550585246
2023-07-24 09:29:15 -07:00
.github build(ci/catalog): gh actions to build & delploy catalog 2023-05-31 16:45:35 -07:00
button fix(button)!: rename "lib" directory to "internal" 2023-07-21 11:20:19 -07:00
catalog Merge pull request #4502 from material-components:fab-docs 2023-07-13 16:03:30 -07:00
checkbox fix(checkbox): fix broken "lib" to "internal" sass import 2023-07-21 15:12:00 -07:00
chips fix(chips)!: rename "lib" directory to "internal" 2023-07-21 14:02:06 -07:00
dialog fix(dialog)!: rename "lib" directory to "internal" 2023-07-21 13:27:02 -07:00
divider fix(divider)!: rename "lib" directory to "internal" 2023-07-21 14:03:22 -07:00
docs fix(checkbox)!: remove "unselected" prefix from tokens 2023-07-21 10:05:52 -07:00
elevation fix(elevation)!: rename "lib" directory to "internal" 2023-07-21 13:42:40 -07:00
fab fix(fab)!: rename "lib" directory to "internal" 2023-07-21 13:40:22 -07:00
field fix(field)!: rename "lib" directory to "internal" 2023-07-21 14:24:05 -07:00
focus fix(focus)!: rename "lib" directory to "internal" 2023-07-24 09:18:22 -07:00
icon fix(icon)!: rename "lib" directory to "internal" 2023-07-24 09:13:10 -07:00
iconbutton fix(iconbutton)!: rename "lib" directory to "internal" 2023-07-24 09:10:22 -07:00
internal chore: remove closure comments from static blocks 2023-06-12 15:07:36 -07:00
labs chore: rename e to event 2023-07-18 10:16:37 -07:00
list fix(list)!: rename "lib" directory to "internal" 2023-07-24 09:29:15 -07:00
menu fix(list)!: rename "lib" directory to "internal" 2023-07-24 09:29:15 -07:00
progress fix(progress): update circular demos 2023-07-20 10:42:43 -07:00
radio feat(all): expose focus-ring parts 2023-07-17 20:28:04 -07:00
ripple chore: add @ts-ignore annotations for TS 5.1 errors 2023-07-17 15:46:32 -07:00
select fix(list)!: rename "lib" directory to "internal" 2023-07-24 09:29:15 -07:00
slider chore: rename e to event 2023-07-18 10:16:37 -07:00
switch feat(all): expose focus-ring parts 2023-07-17 20:28:04 -07:00
tabs feat: add component convenience bundles 2023-07-20 13:30:01 -07:00
testing test(chips): fix firefox not supporting :has 2023-06-21 11:25:37 -07:00
textfield fix(field)!: rename "lib" directory to "internal" 2023-07-21 14:24:05 -07:00
tokens fix(checkbox)!: remove "unselected" prefix from tokens 2023-07-21 10:05:52 -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.13 2023-07-10 19:45:04 +00:00
all.ts feat: add component convenience bundles 2023-07-20 13:30:01 -07:00
CHANGELOG.md chore: release 1.0.0-pre.13 2023-07-10 19:45:04 +00:00
common.ts feat: add component convenience bundles 2023-07-20 13:30:01 -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.13 2023-07-10 19:45:04 +00:00
package.json chore: add bundle imports to build 2023-07-20 15:02:35 -07:00
README.md docs: mark circular progress as stable 2023-07-20 10:46:03 -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 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, 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.