material-components-web
material-components-web copied to clipboard
Modular and customizable Material Design UI components for the web
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) to 4.2.2 and updates ancestor dependency [karma](https://github.com/karma-runner/karma). These dependencies need to be updated together. Updates `socket.io-parser` from 3.2.0 to 4.2.2 Release notes Sourced from socket.io-parser's releases. 4.2.2 Bug...
Right now mdc-button's width is calculated by the text label length plus some hard coded padding. Can we add customization support for an mdc-button's width to be dynamically calculated based...
Hello everyone, I would like to kindly ask what the current status is regarding design tokens for components. On the Material You (M3) website I could find information from Fall...
I need to post some data from the dialog and if server side validation fails, I need to "reload" dialog content with errors. The problem is that each "click" on...
** PLEASE READ THIS BEFORE FILING AN ISSUE ** ### What MDC Web Version are you using? Latest ### What browser(s) is this bug affecting? Latest ### What OS are...
Hello There seems to be an issue with the scss build of the linar progress component. I followed the [getting started](https://github.com/material-components/material-components-web/blob/master/docs/getting-started.md) section and also the [linear progress readme](https://github.com/material-components/material-components-web/tree/master/packages/mdc-linear-progress). As soon...
## Feature Request We've had [several issues](https://github.com/material-components/material-components-web/issues?q=is%3Aissue+is%3Aclosed+sass+module) related to confusion around the Sass module system. We should improve our documentation per component that explains how to import mixins, customize variables,...
## The problem Web Platform needs to improve its documentation, there are so many lack of visual examples and javascript behavior for a static-js implementation, like bootstrap, there was so...
Is there any documentation available for what all css var properties we have for a specific component(mdc-button etc)? ### Affected documentation page https://m2.material.io/components/buttons/web
## Bug report I am trying to get a simple dialog to work with a preselected item. it works propperly but still throws an error. It looks like a bug...