Skip to content

Introduction

Solutions for specific scenarios are collected in this category.

The following three categories provide usage via hooks:

The following two categories provide JavaScript classes:

Install Hooks Only

INFO

If you need to install the full library, please refer to the Guide.

To install only the hooks version:

shell
npm install @havue/hooks --save
shell
yarn add @havue/hooks
shell
pnpm install @havue/hooks

Install JavaScript Classes Only

INFO

If you need to install the full library, please refer to theGuide

To install without hooks (JavaScript classes only):

shell
npm install @havue/solutions --save
shell
yarn add @havue/solutions
shell
pnpm install @havue/solutions