vue-ico

Dead easy, Google Material Icons for Vue.

This package's aim is to get icons into your Vue.js project as quick as possible, at the cost of all the bells and whistles.

Dead simple Icons

<script src="//unpkg.com/vue"></script>
<script src="//unpkg.com/vue-ico"></script>
HTML
<ul>
  <li><ico name="comment"></ico></li> <!-- outputs the comment icon -->
  <li><ico name="playlist-add" size="18"></ico></li> <!-- control the size -->
  <li><ico name="account-circle" size="24" color="#f00"></ico></li> <!-- red icon -->
</ul>
HTML

GitHub

Dead easy, Google Material Icons for VueRead More

Latest commit to the master branch on 5-22-2023
Download as zip