2yy-ngx-ripple 中文文档教程

发布于 3年前 浏览 25 项目主页 更新于 3年前

NgxRipple

CI 可维护性”></a> 
  <a href=测试覆盖率

Installation

npm i 2yy-ngx-ripple

Motivation

默认情况下,涟漪< /code> a> 由点击事件触发。

但是,如果你想通过 mouseenter 事件触发 Ripples,你可以使用 NgxRippleService 来实现。

Usage

在你的 foo.component.ts 中:

@ViewChild('btn', {read: MatRipple}) btnRef: MatRipple;

constructor(public rippleService: NgxRippleService) {}

然后,在你的 foo.component.html 中:

License

MIT 许可证

NgxRipple

CI Maintainability Test Coverage

Installation

npm i 2yy-ngx-ripple

Motivation

By default, Ripples triggered by click event.

But, if you want trigger Ripples by mouseenter event, you can achieve it with NgxRippleService.

Usage

In your foo.component.ts:

@ViewChild('btn', {read: MatRipple}) btnRef: MatRipple;

constructor(public rippleService: NgxRippleService) {}

Then, in your foo.component.html:

<button #btn matRipple (mouseenter)="rippleService.show(btnRef)" (mouseleave)="rippleService.hide(btnRef)">My Button</button>

License

MIT License

更多

友情链接

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文