material-components-vue icon indicating copy to clipboard operation
material-components-vue copied to clipboard

Material Design styled components for Vue.js

Results 41 material-components-vue issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** [mdc-web](https://material.io/develop/web/components/data-tables/) has data tables now. **Describe the solution you'd like** Implement it

feature-request

Avoid direct child access via $children. Parent components should only listen for specific IDs. e.g. - FormField Checkbox

enhancement

**Describe the bug** The built js files in https://unpkg.com/browse/[email protected]/dist/button/ are too large compared to other components library like [Element](https://unpkg.com/browse/[email protected]/packages/button/) or [Buefy](https://unpkg.com/browse/[email protected]/dist/components/button/). **To Reproduce** Steps to reproduce the behavior: 1. Go...

build

**Is your feature request related to a problem? Please describe.** Multiline text-field that starts off as a single line and grows extra rows as needed **Describe the solution you'd like**...

upstream

**Describe the bug** Button component has `window`, and I get error `ReferenceError: window is not defined` on server-side. **Expected behavior** Component mustn't throw error in server-side. **Screenshots** ![image](https://user-images.githubusercontent.com/14051960/60401124-9c7e7680-9b85-11e9-8230-f9f3e9170423.png) The tenth...

analysis
build

What is the plan for adding calendar component?

upstream

**Is your feature request related to a problem? Please describe.** The vuepress doc now only shows examples but no codes. Users can only get example code from the vuepress source...

docs
discussion

- snapshot testing the components at a minimum

enhancement
help wanted
tests

**Describe the bug** Lacks proper documentation for getting started with this library. I had to manually install sass-loader and still run into compilation issues. **To Reproduce** Running webpack development server...

docs