1.1.2 • Published 2 years ago
inprint-icons v1.1.2
InPrint icons
Icon pack intended for use in InPrint, made for Vue.js
Installation
Install inprint-icons with npm
npm install inprint-icons
Usage/Examples
Single icon
<script setup>
import { Globe } from "inprint-icons";
</script>
<template>
<div>
<h1>
Hello World !
<Globe class="w-5 h-5 text-blue-500" />
</h1>
</div>
</template>
Multiple icons
<script setup>
import { Globe, Map, Magnify, QuestionMark } from "inprint-icons";
</script>
<template>
<div>
<h1>
Hello World !
<Globe class="w-5 h-5 text-blue-500" />
<Map class="w-5 h-5 text-blue-500" />
<Magnify class="w-5 h-5 text-blue-500" />
<QuestionMark class="w-5 h-5 text-blue-500" />
</h1>
</div>
</template>
Style with tailwindcss
1.1.1
2 years ago
1.0.19
2 years ago
1.1.0
2 years ago
1.0.18
2 years ago
1.0.17
2 years ago
1.0.16
2 years ago
1.0.9
2 years ago
1.0.8
2 years ago
1.0.7
2 years ago
1.0.6
2 years ago
1.1.2
2 years ago
1.0.11
2 years ago
1.0.10
2 years ago
1.0.15
2 years ago
1.0.14
2 years ago
1.0.13
2 years ago
1.0.12
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.0
2 years ago