0.0.20 • Published 9 months ago

@config-ui/shared v0.0.20

Weekly downloads
-
License
MIT
Repository
-
Last release
9 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

9 months ago

0.0.19

9 months ago

0.0.18

9 months ago

0.0.17

9 months ago

0.0.16

9 months ago

0.0.15

9 months ago

0.0.14

9 months ago

0.0.13

9 months ago

0.0.12

9 months ago

0.0.11

9 months ago

0.0.10

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago