Is it possible to apply the ripple effect to tabs in Angular elements using a similar attribute to md-ink-ripple
, like we can with grid
or title
elements?
For example, check out https://material.angularjs.org/latest/demo/tabs
If there isn't a specific attribute for tabs, I would like to learn how the ripple effect on the tabs was achieved in the demo.