material-components-vue
material-components-vue copied to clipboard
Material Design styled components for Vue.js
**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
Avoid direct child access via $children. Parent components should only listen for specific IDs. e.g. - FormField Checkbox
**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...
**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**...
**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**  The tenth...
**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...
- snapshot testing the components at a minimum
**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...