0.1.6 • Published 7 months ago

hazel-plus v0.1.6

Weekly downloads
-
License
-
Repository
github
Last release
7 months ago

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.

0.1.4

7 months ago

0.1.6

7 months ago

0.1.5

7 months ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago