Skip to content

Getting Started

Install the package using your preferred package manager:

terminal
npm install hover-tilt
App.svelte
<script>
import { HoverTilt } from 'hover-tilt';
</script>
<HoverTilt>
<div class="card">
<h3>Basic Example</h3>
<p>Hover over this card to see the default tilt effect</p>
</div>
</HoverTilt>
Preview