material-components-vue
material-components-vue copied to clipboard
Material Design styled components for Vue.js
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint-plugin-html](https://togithub.com/BenoitZugmeyer/eslint-plugin-html) | devDependencies | patch | [`6.0.2` -> `6.0.3`](https://renovatebot.com/diffs/npm/eslint-plugin-html/6.0.2/6.0.3) | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | devDependencies | minor | [`7.2.0` -> `7.7.0`](https://renovatebot.com/diffs/npm/eslint/7.2.0/7.7.0) | --- ###...
This [master issue](https://renovatebot.com/blog/master-issue) contains a list of Renovate updates and their statuses. ## Pending Approval These branches will be created by Renovate only once you click their checkbox below. -...
**Is your feature request related to a problem? Please describe.** I'm using Vue-TypeScript, but this project does not have type declarations, so I have to use `// @ts-ignore` when importing...
**Is your feature request related to a problem? Please describe.** In the MDC documentation (https://material.io/develop/web/components/ripples/) they mention, that there is a `radius-unbounded` mixin. When diving deeper into this, i found,...
**Describe the bug** When adding `v-ripple` to `router-link`, the ripple only works once, because the `mdc-` classes vanish on route-change **Desktop:** - OS: Mac - Browser Current Firefox & Chrome...
Just a trivial change to package.json, to call build:min on "prepare". This makes it easier to install material-components-vue directly from git with npm.
**Describe the bug** First of all I'm using Vue.js with Nuxt.js and want to import `` & `` into my component. To use Vue-Components in Nuxt you need to import...
**Describe the bug** When we set the `hoist-to-body` prop to be dynamic based on some other property it only works when the value changes to `true`. If the initial value...