1.0.0 • Published 7 months ago

nijika v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

Ijichi Nijika, the Great Angel of Shimokitazawa.

Install

npm i nijika

How to use it?

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~

Preview

Live Demo

Author

👤 alphardex

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator