itshover/itshover
↗ GitHubIcons that move with intent
1,736
Stars
113
Forks
6
Watchers
24
Open Issues
Safety Rating A
No security concerns identified. The repository is a straightforward open-source React component library with no hardcoded secrets, no suspicious dependencies, no obfuscated code, and no prompt injection attempts embedded in the content. The project is MIT/Apache 2.0 licensed and uses well-known dependencies (Next.js, React, Motion, Tailwind CSS).
ℹAI-assisted review, not a professional security audit.
AI Analysis
ItsHover is an open-source animated icon library for React built with Motion (formerly Framer Motion). It provides 186+ SVG icons that animate on hover with intent-driven motion, distributed as copy-paste React components compatible with Next.js, shadcn/ui, and Tailwind CSS. Icons can be installed via the shadcn CLI or copied directly from the repository.
Use Cases
- Adding animated hover-triggered icons to React/Next.js applications
- Integrating motion-enhanced icons into shadcn/ui design systems
- Customizing animated SVG icons by copying and modifying source components
- Browsing and discovering animated icon variants via the itshover.com website
Tags
Project Connections
chenglou/pretext
Pretext handles multiline text measurement and layout for DOM/Canvas/SVG environments, complementing ItsHover's animated SVG icon components for building rich, performant UI layers in web applications.
lukilabs/beautiful-mermaid
Both projects focus on generating or rendering high-quality SVGs for UI contexts — beautiful-mermaid renders diagram SVGs and ItsHover provides animated icon SVGs, making them complementary UI-layer tools for React/Next.js apps.