0.0.17 • Published 2 years ago

@uinified/icons v0.0.17

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

icons

Getting started

To make it easy for you to get started with GitLab, here's a list of recommended next steps.

Already a pro? Just edit this README.md and make it your own. Want to make it easy? Use the template at the bottom!

Nuxt 3 plugin

// file: plugins/icons.ts
import { Icon, disableCache, addIcon } from "@iconify/vue";
import { uilPlaceholder } from "@uinified/icons/line-icons";

export default defineNuxtPlugin((nuxtApp) => {
  nuxtApp.vueApp.component("Icon", Icon);

  addIcon("@uinified:line:placeholder", uilPlaceholder);
  addCollection(reducedIconSet as IconifyJSON, "uinified");
  disableCache("all");
});
0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago