0.0.20 • Published 6 months ago
@config-ui/shared v0.0.20
@config-ui/shared
@config-ui/shared 是一个共享库,包含在 config-ui 项目中多个包之间复用的工具函数、组件和常量。
安装
使用 npm 或 yarn 安装:
npm install @config-ui/shared
# 或者
yarn add @config-ui/shared功能
- 工具函数: 提供常用的工具函数以减少重复代码。
- 共享组件: 可复用的 React 组件。
- 常量: 项目中通用的配置和常量。
使用方法
在项目中引入并使用:
<script setup>
import { useVisible } from '@config-ui/shared'
const { visible, show, hide } = useVisible()
</script>文档
更多详细文档请参考 官方文档。
0.0.20
6 months ago
0.0.19
6 months ago
0.0.18
6 months ago
0.0.17
6 months ago
0.0.16
6 months ago
0.0.15
6 months ago
0.0.14
6 months ago
0.0.13
6 months ago
0.0.12
6 months ago
0.0.11
6 months ago
0.0.10
6 months ago
0.0.9
6 months ago
0.0.8
6 months ago
0.0.7
6 months ago
0.0.6
6 months ago
0.0.5
6 months ago
0.0.4
6 months ago
0.0.3
7 months ago
0.0.2
7 months ago
0.0.1
7 months ago