material-web
material-web copied to clipboard
Material Design Web Components
Hello, the problem is when using the MWC components inside react components that are exposing some components through Webpack Module Federation: The apps standalone are working fine but if you...
Investigate implementing `` https://github.com/material-components/material-components-web/tree/master/packages/mdc-layout-grid
mwc-card - raised ? guidelines show cards changing from default elevation of 1dp / 0dp to 8dp - there is no 8dp elevation mixin in mdc-card at the moment. -...
**Describe the bug** textarea documents `icon` and `trailingicon` as part of its API but in practice there's no implementation  https://github.com/material-components/material-web/blob/987a534fe75555a1a6b0854f0f9b9f999d72b7d0/packages/textarea/mwc-textarea-base.ts#L97-L114 **Expected behavior** textarea should implement icons in template
Hey, In the mwc-select-base the import of 'nothing' like this **import { html, nothing } from 'lit';** creates a error in the rollup build: [!] Error: 'nothing' is not exported...
**Describe the bug** checklist item `request-selected` fires twice when mouse clicked **Expected behavior** it should only fire once **Screenshots** https://user-images.githubusercontent.com/15140652/141305445-81a39c05-04b9-431c-afec-bd5a48ccda0d.mov **Additional context** note this only happens on mouse click and...
`mwc-button` doesn't adjust it's height when it's content's height is bigger than the default, ie when using code like the width of the button will grow according to the width...
As laid out in https://github.com/material-components/material-web/pull/2878, the repository field in `package.json` is used to by some companies to verify that PRs are made to correct packages from npm.
**Is your feature request related to a problem? Please describe.** For users who don't want to rely on an icon font it would be great if the `mwc-select` component could...
**Describe the bug** When the --mdc-typography-subtitle1-font-size: is changed the input label is clipped when the textfield is "filled" or with focus. When the field is not focused or not filled...