material-web icon indicating copy to clipboard operation
material-web copied to clipboard

Material Design Web Components

Results 301 material-web issues
Sort by recently updated
recently updated
newest added

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...

Type: Bug
Focus Area: Components

Investigate implementing `` https://github.com/material-components/material-components-web/tree/master/packages/mdc-layout-grid

Type: Feature
Focus Area: Components

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. -...

Type: Feature
Component: Card
Epic
Focus Area: Components

**Describe the bug** textarea documents `icon` and `trailingicon` as part of its API but in practice there's no implementation ![image](https://user-images.githubusercontent.com/15140652/141813927-75ba3b20-3ee6-45b4-9a32-d4fccbc576eb.png) 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

Type: Feature
Why: Improve documentation
Component: Text Field
Focus Area: Components
Needs Design Guidance

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...

Type: Bug
Focus Area: Components

`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...

Type: Feature
Spec Question
Focus Area: Components
Severity: Medium

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.

Type: Feature
Focus Area: Components

**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...

Type: Feature
Component: Select
Why: Enable new use cases
Focus Area: Components

**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...

Type: Bug
Focus Area: Components