Skip to content

alphardex/nijika

Repository files navigation

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

About

A collection of nice web components.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages