https://github.com/iloomilo/itshover-vue
Unofficial port of the itshover icon libary for Vue/Nuxt
https://github.com/iloomilo/itshover-vue
animation icon interactive shadcn svg svg-animations svg-icons vue
Last synced: about 1 month ago
JSON representation
Unofficial port of the itshover icon libary for Vue/Nuxt
- Host: GitHub
- URL: https://github.com/iloomilo/itshover-vue
- Owner: iloomilo
- License: apache-2.0
- Created: 2026-01-06T22:54:51.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-20T22:50:24.000Z (5 months ago)
- Last Synced: 2026-01-21T07:11:00.492Z (5 months ago)
- Topics: animation, icon, interactive, shadcn, svg, svg-animations, svg-icons, vue
- Language: Vue
- Homepage: https://www.itshover-vue.com/
- Size: 8.05 MB
- Stars: 32
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💚itshover-vue💚
An unofficial Vue / Nuxt port of the beautiful [itshover.com](https://www.itshover.com/) icon library.
Bring your app to life with interaction-based animated icons, fully compatible with **shadcn-vue**.



## 🌟 Credits & Attribution
**Original library repository:** [itshover](https://github.com/itshover/itshover)
**Original code © 2026 itshover**
**Port © 2026 iloomilo**
Licensed under the **Apache License, Version 2.0**.
See the [LICENSE](./LICENSE) and [NOTICE](./NOTICE) files for details.
This project modifies the original React code to work with Vue.js.
## 🚀 Get Started
You can install components directly using the `shadcn-vue` CLI. You don't need to copy-paste code manually.
### 1. Prerequisites
Make sure you have a working [shadcn-vue](https://www.shadcn-vue.com/) project set up.
### 2. Add an Icon
Run the following command in your terminal to add an icon (e.g., `AccessibiltyIcon`):
```bash
npx shadcn-vue@latest add https://itshover-vue.com/r/AccessibilityIcon.json
```
## 🤝 Contributing
We welcome contributions! Please see our [CONTRIBUTION.md](./CONTRIBUTION.md) for guidelines on how to get started, project structure, and how to add new icons.