0.0.6 • Published 3 months ago

@tbdc-agro-softwares/ui-kit-icons v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

A simple icon library

Usage

To install the package use the following command:

pnpm add @tbdc-agro-softwares/ui-kit-icons

Usage with Vue 3:

// main.[ts/js]
import "@tbdc-agro-softwares/ui-kit-icons/vue/css";
<!-- Example.vue -->
<script>
  import { UIChevronLeft } from "@tbdc-agro-softwares/ui-kit-icons/vue";
</script>

<template>
  <UIChevronLeft />
</template>

To use it with unplugin and vite, import our resolver

import Components from "unplugin-vue-components/vite";
import { UIKitIconVueResolver } from "@tbdc-agro-softwares/ui-kit-icons/resolvers";

// ...
plugins: [
  vue(),
  Components({
    dts: true,
    resolvers: [UIKitIconVueResolver()],
  }),
];
0.0.6

3 months ago

0.0.5

3 months ago

0.0.4

3 months ago

0.0.4-beta.3

3 months ago