JSPM

@iconify-prerendered/vue-tabler

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

Pre-rendered into vue components 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

@iconify-prerendered

A set of independent, generated view components for iconify icons.

Stand With Ukraine

Installation

Install the appropriate icon set

npm i @iconify-prerendered/vue-<icon-set-name>

# Bootstrap Icons
npm i @iconify-prerendered/vue-bi

# Material Design Icons
npm i @iconify-prerendered/vue-mdi

See all available icon sets

Usage

Just import icon-component from set like usual.

<script setup>
import { IconAccount } from '@iconify-prerendered/vue-mdi' 
</script>

<template>
<a>
  <IconAccount/>
  Go to account
</a>
</template>

That's all you need.