Usage
Create an element with the class chip ripple-e
and type the text inside it.
<a href="#!" class="chip ripple-e">Stars</a>
<a href="#!" class="chip ripple-e">Forks</a>
Active item
Add the class active
to the element with the class chip ripple-e
.
<a href="#!" class="chip ripple-e">Stars</a>
<a href="#!" class="chip ripple-e active">Forks</a>