You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.
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, that an unbounded option is already implemented in @material/ripple/_mixins.scss line 49.
Adding data-mdc-ripple-is-unbounded to the element with v-ripple works as expected.
Describe the solution you'd like
It would be nice to have a modifier unbounded on the ripple plugin.
The text was updated successfully, but these errors were encountered:
No I haven't. But i prefer the data-attribute over the JS, because then i have all "options" in one place.
It would be nice to have a consistent way for specifying options and to expose all @material functionality.
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, that anunbounded
option is already implemented in@material/ripple/_mixins.scss
line 49.Adding
data-mdc-ripple-is-unbounded
to the element withv-ripple
works as expected.Describe the solution you'd like
It would be nice to have a modifier
unbounded
on the ripple plugin.The text was updated successfully, but these errors were encountered: