1.0.0 • Published 1 year ago

gxy-hooks v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

title: 首页 hero: image: /short-logo.png desc: React Hooks actions: - text: 指南 link: /guide - text: Hooks 列表 link: /hooks

footer: Copyright (c) © 2024 by gxy

🧩 特性

  • 可靠的代码健壮:使用 Typescript 构建,提供完善的类型定义文件
  • 完善的文档能力:支持文档记录,支持 demo 演示
  • 完整的测试用例:配套完整的测试用例,帮助您提升项目健壮性

✨ 安装

$ pnpm install --save gxy-hooks
# or
$ yarn add gxy-hooks

🛠️ 使用

import { useToggle } from 'gxy-hooks';