Installation
Install shinejs and choose your integration path.
Use your preferred package manager.
npm install shinejspnpm add shinejsyarn add shinejsImport paths
- Core class API:
@hazya/shinejs - React API (component + hook):
@hazya/shinejs/react
import { Shine, useShine } from "@hazya/shinejs/react";
import { Shine as ShineCore } from "@hazya/shinejs";Recommendation
Shine is the recommended default for React. Use useShine for imperative update flows.