Material Design Web Components
Go to file
2023-10-20 10:50:04 -07:00
.github code review feedback 2023-09-22 13:16:48 -07:00
button fix(button): remove font shorthand tokens 2023-09-06 10:56:22 -07:00
catalog fix(catalog): align one liners to center 2023-10-11 17:22:50 +02:00
checkbox refactor(checkbox): move cursor styles to host 2023-10-17 16:48:36 -07:00
chips feat(chips): swap to toolbar a11y pattern 2023-09-18 10:57:56 -07:00
color chore: token code adjustments 2023-09-08 11:38:07 -07:00
dialog refactor(menu,select)!: rename fixed to positioning 2023-09-22 14:54:57 -07:00
divider build: use firebase for hosting and remove url prefixes 2023-07-27 09:17:27 -07:00
docs docs: update API docs 2023-10-17 23:22:01 +00:00
elevation fix: add aria-hidden="true" to ripple, focus ring, and elevation 2023-09-01 16:33:32 -07:00
fab fix(fab): cursor should be pointer 2023-10-18 10:53:09 -07:00
field fix(textfield): missing focused left border for textarea in HCM 2023-09-28 17:36:12 -07:00
focus fix(textfield,focus,ripple): fix textfield SSR 2023-09-19 23:57:20 -07:00
icon fix: add aria-hidden="true" to ripple, focus ring, and elevation 2023-09-01 16:33:32 -07:00
iconbutton feat(iconbutton): update tokens to v0.192 2023-09-19 17:52:12 -07:00
internal fix: aria polyfill overrides user values and user values override internals values 2023-09-14 22:11:40 -07:00
labs fix(md-item): exclude start slot from hidden overflow 2023-09-27 18:51:28 +02:00
list fix(list): list items will not escape their parent when parent width is restricted 2023-10-12 12:59:19 -07:00
menu fix(menu): fix menu OOB from resizing window 2023-10-17 15:42:11 -07:00
progress fix(linearprogress): linear progress buffer dots now visible in HCM 2023-09-13 15:09:50 -07:00
radio fix(radio): cursor should be pointer except when disabled 2023-10-17 21:36:53 -07:00
ripple chore(ripple): remove @ts-ignore 2023-10-03 17:31:30 -07:00
scripts chore: update the analyzer to update the docs for select 2023-09-23 17:17:29 -07:00
select fix(select): cursor on select options should be pointer 2023-10-10 13:20:12 -07:00
slider chore: update tslint comments 2023-10-06 07:36:57 -07:00
switch fix(switch): cursor should be pointer except when disabled 2023-10-18 10:54:34 -07:00
tabs fix(tabs): fields intended to be accessed from templates must be exported 2023-10-20 10:50:04 -07:00
testing test: fix firefox 118 css transform for tests and bump to ff118 2023-10-06 16:40:43 -07:00
textfield fix(textfield): forward the multiple field to the native input 2023-10-17 16:21:07 -07:00
tokens refactor(list)!: refactor list using md-item 2023-09-22 15:30:06 -07:00
typography feat(typography): add typography Sass APIs 2023-09-08 10:59:09 -07:00
.gitignore add all docs content to the catalog 2023-09-22 23:05:50 -07:00
.release-please-manifest.json chore: release 1.0.1 2023-10-18 17:55:42 +00:00
all.ts refactor(menu)!: remove sub-menu-item in favor of sub-menu 2023-09-22 13:41:43 -07:00
CHANGELOG.md Merge pull request #5005 from material-components:release-please--branches--main--components--web 2023-10-19 14:08:38 -07:00
common.ts refactor(menu)!: remove sub-menu-item in favor of sub-menu 2023-09-22 13:41:43 -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.1 2023-10-18 17:55:42 +00:00
package.json chore: release 1.0.1 2023-10-18 17:55:42 +00:00
README.md docs: add support doc for browser support and FAQ 2023-09-19 16:20:38 -07:00
release-please-config.json chore: update release-please 2023-01-09 10:04:00 -08:00
tsconfig.json docs: auto-generate API docs 2023-09-19 21:05:47 -07:00
web-test-runner.config.js chore: fix script import paths 2023-01-03 11:52:31 -08:00

Material Web

Material web components is a UI toolkit to build customizable and accessible web applications.

Material 3 is the latest version of Google's open-source design system.

Tip: Using Angular? We recommend using Angular Material components instead.

Resources