@dreamworld/dw-ripple
v3.1.7
Published
Ripple element created as child-class of [`mwc-ripple`] (https://github.com/material-components/material-components-web-components/tree/master/packages/ripple)
Downloads
553
Keywords
Readme
dw-ripple
Ripple element created as child-class of mwc-ripple
What are the changes in mwc-ripple
?
- To show ripple in secondary color, they have used property named
accent
. Which is confusing in terms of standard theming variables.
Installation
npm install @dw/dw-ripple
Usage
@import '@dw/dw-ripple/dw-ripple'; .demo-box { width: 96px; height: 96px; border: 1px solid gray; }
<div class="demo-box">
Default
<dw-ripple></dw-ripple>
</div>
Demo
Properties
primary
Boolean. Set when ripple is to be shown in primary color.secondary
Boolean, Set when ripple is to be shown in secondary color.disabled
Boolean. Set when disabled. e.g. When icon-button is disabled, no ripple is to be shown.unbounded
Boolean. By defualt ripple effect are shown from the point where user clicks. If we want to show ripple always from the center (irrespective of the click position) then set totrue
. When this is set, ripple is shown in circular shape always.disableHover
Boolean. Set to disabl hover and focuse.
Theming
By default ripple is shown in #000
. When need to change it at special place, set --mdc-ripple-color
CSS property to any other color.