material-components-web
material-components-web copied to clipboard
Modular and customizable Material Design UI components for the web
This will correct the link for "Usage within frameworks" section.
- Fixed getting started quite to support the latest webpack changes - Updated some code consistency
Changed `query` to `options` according to https://webpack.js.org/loaders/babel-loader/
Update secondary color to correct value. Baseline colors for material design can be found [here](https://material.io/design/color/the-color-system.html#color-theme-creation).
This PR fix the issue that ripple effect is activated twice on iOS when zoom in page. see issue details: #4293 When tap a ripple surface on iOS Safari/Chrome below...
Fixes #4059 This PR fixes the position issue that occurs when an IconButton is used as a TextFieldIcon. It does so by adding negative margin equal to the padding to...
HTML and CSS for banner. Is it OK or, please, point what should be corrected?
mdc-layout-grid__cell--order-{INDEX}-{TYPE_OF_DEVICE}
## Bug report TypeScript files for mdc-progress-indicator are included in the npm package which causes tooling to complain, specifically the Angular CLI. ### Steps to reproduce 1. Import either `@material/circular-progress`...