How to use the @material/line-ripple.MDCLineRipple function in @material/line-ripple

To help you get started, we’ve selected a few @material/line-ripple examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github prateekbh / preact-material-components / ts / LineRipple / index.tsx View on Github external
public componentDidMount() {
    super.componentDidMount();
    if (this.control) {
      this.MDComponent = new MDCLineRipple(this.control);
    }
  }
github prateekbh / preact-material-components / LineRipple / LineRipple.jsx View on Github external
componentDidMount() {
    this.MDComponent = new MDCLineRipple(this.control);
  }
  materialDom(props) {