0.0.20 • Published 8 months ago

@config-ui/shared v0.0.20

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

@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

8 months ago

0.0.19

8 months ago

0.0.18

8 months ago

0.0.17

8 months ago

0.0.16

8 months ago

0.0.15

8 months ago

0.0.14

8 months ago

0.0.13

8 months ago

0.0.12

8 months ago

0.0.11

8 months ago

0.0.10

8 months ago

0.0.9

8 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago