A simple, beautiful tilt & glare component, available as both a Svelte Component and Web Component
npm install hover-tilt alt="Svelte Hover Tilt Logo" width="400">
A simple, flexible tilt & glare component for Svelte 5.
_Available as both a Svelte Component and Web Component._
Works with any framework or vanilla JavaScript via the Web Component.

- Getting Started - Installation and basic usage
- Full Documentation - Complete API reference and examples
-
``bash`
npm install hover-tiltor
pnpm add hover-tiltor
yarn add hover-tiltor
bun add hover-tilt
`svelte
Your content here
`
Works in any framework or vanilla HTML:
`html
Your content here
`
#### With Vue
`vue
Your content here
`
#### With React
`jsx
import 'hover-tilt/web-component';
function MyComponent() {
return (
Your content here
);
}
`
#### With jQuery
`html
Your content here
``
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
MPL-2.0
Simon Goellner (@simeydotme)