Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 1.57 KB

README.md

File metadata and controls

64 lines (44 loc) · 1.57 KB

nijika

A collection of nice web components.

Version License: MIT Twitter: alphardex007

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

Author

👤 alphardex

Show your support

Give a ⭐️ if this project helped you!


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