Getting Started
Installation
Section titled “Installation”Install the package using your preferred package manager:
npm install hover-tiltpnpm add hover-tiltyarn add hover-tiltbun add hover-tilt<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>Next Steps
Section titled “Next Steps”- Learn how to use the component in your specific framework
- Learn about all the props and options available to customize the component
- Dive into the CSS Class / Style reference for styling the component
- Explore Usage Examples to see different props in action
- Find help with advanced use-cases in the advanced section