Ijichi Nijika, the Great Angel of Shimokitazawa.
npm i nijika
nijika is based on Web Components, which is framework-agnostic, so that you can use it in Vanilla JS, Vue, React and so on.
First, just register the web components.
import { register } from "nijika";
register();
Then, use them in your webpage, let's try a magnet effect.
<magnet-mouse threshold="200">
<div class="text-6xl">Hover Me</div>
</magnet-mouse>
Just enjoy it~
👤 alphardex
- Website: haobinwang-2023.netlify.app/
- Twitter: @alphardex007
- Github: @alphardex
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator