nijika
v1.0.0
Published
<div align="center"> <img src="./assets/logo.jpg" width="200"> <h1>nijika</h1> <p>A collection of nice web components.</p> </div> <p> <img alt="Version" src="https://img.shields.io/npm/v/nijika.svg?v=1" /> <a href="#" target="_blank"> <img a
Downloads
3
Readme
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~
Live Demo
Author
👤 alphardex
- Website: haobinwang-2023.netlify.app/
- Twitter: @alphardex007
- Github: @alphardex
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator