@8bit-stack-icon/vue
v1.0.0
Published
A library of 8-bit / pixel-art style icons for popular tech stack technologies. Now supporting multiple frameworks!
Readme
8-bit Stack Icons (Monorepo)
A library of 8-bit / pixel-art style icons for popular tech stack technologies. Now supporting multiple frameworks!
Installation
npm install @8bit-stack-icon/vue
# or
yarn add @8bit-stack-icon/vue
# or
pnpm add @8bit-stack-icon/vue
# or
bun add @8bit-stack-icon/vueUsage
<script setup>
import { StackIcon } from '@8bit-stack-icon/vue';
</script>
<template>
<StackIcon name="vue" :size="32" />
</template>License
This project is licensed under the MIT License.
