JSPM

@iconify-prerendered/vue-tabler

0.4.1660374475
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 100
  • Score
    100M100P100Q68562F
  • License MIT

A set of standalone icon components for views with zero dependencies. Designed for excellent tree shaking. Tabler Icons

Package Exports

  • @iconify-prerendered/vue-tabler
  • @iconify-prerendered/vue-tabler/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@iconify-prerendered/vue-tabler) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Tabler Icons components for Vue

A set of standalone icon-components for Vue with zero dependencies. Designed for excellent tree shaking.

Usage

<script setup>
// Import components as usual
import {
    IconAlien,
    IconDeviceDesktop,
    IconPhoto
} from '@iconify-prerendered/vue-tabler'
</script>

<template>
  <!-- And just use it in template -->
  <IconAlien/>
  <IconDeviceDesktop/>
  <IconPhoto/>
</template>

That's all you need. No bundler plugins or IDE extensions. It just works.

See full docs or other available icons sets.