@vueui-org/icons

0.0.5 • Public • Published

Vue UI Icons

Icons for the Vue UI components. Sourced from tabler.io.

Installation

First, install @vueui-org/icons from npm:

npm install @vueui-org/icons

Now each icon can be imported individually as a Vue component:

<template>
  <div>
    <AlarmIcon class="size-6 text-blue-500" />
    <p>...</p>
  </div>
</template>

<script setup>
import { AlarmIcon } from '@vueui-org/icons/solid'
</script>

Preview

Outline version (4882 icons)

Tabler Icons preview

/@vueui-org/icons/

    Package Sidebar

    Install

    npm i @vueui-org/icons

    Homepage

    vueui.org

    Weekly Downloads

    38

    Version

    0.0.5

    License

    MIT

    Unpacked Size

    16.7 MB

    Total Files

    22818

    Last publish

    Collaborators

    • karsvaniersel