material-components-web
material-components-web copied to clipboard
Modular and customizable Material Design UI components for the web
Attempting to unblock #7718 Following guidance from https://github.com/monounity/karma-typescript/issues/87#issuecomment-283152328
refactor(datatable): Rename `table-styles` mixin to `static-styles`
feat(textfield): Ensure Theming API feature consistency
feat(textfield): add support for several new tokens
refactor(slider): Declare custom props
refactor(select): sort sass imports
## Bug report I've included MDC Web in a AspNetCore MVC project. So far it's working fine, but I experience the following issue: the floating label for text fields (outlined...
## Bug report I'm using pretty basic functions from Material, but after upgrading to 14.2.2 get: `Error: node_modules/@material/base/observer-foundation.d.ts:25:75 - error TS2344: Type 'Adapter' does not satisfy the constraint '{}'.` 25...
refactor(linear-progress): Set buffer color using custom property
A button inside tab label is not clickable, no matter the tab is disabled or not. For example, a tab group like this: ``` Contents for {{tab}} tab add_circle ```...