NelsonYong / hazel-plus

Home Page:https://hongaah.github.io/hazel-plus/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hazel plus

A custom components and hooks Library

✨ Features

  • components
  • Hooks

📦 Install

# using npm to install
$ npm i hazel-plus

# using pnpm to install
$ pnpm add hazel-plus

🧨 Quickstart

  1. Import the components style
// main.ts
import { createApp } from 'vue'
import 'hazel-plus/dist/style.css'
  1. Import the components or hooks you need on demand
// hooks
import { useRequest } from 'hazel-plus'

// Components
import { HzDialogConfirm } from 'hazel-plus'
import { HzDropdownSelect } from 'hazel-plus'
import { HzPopupBottom } from 'hazel-plus'

Visit the documentation for more details.

About

https://hongaah.github.io/hazel-plus/


Languages

Language:Vue 59.7%Language:TypeScript 23.9%Language:JavaScript 14.3%Language:HTML 1.5%Language:Shell 0.6%