Skip to content
On this page

@go/ui

UI 组件库。

安装

$ npm init @go/ui

使用

引入:

// 导入单个组件
import { Loading } from '@go/ui';

// 导入多个组件
import { Loading, F2eAudio } from '@go/ui';

注册组件:

export default defineComponent({
  components: {
    Loading,
  },
})

组件列表

Loading

Loading 组件,用于加载资源。

PixiLoading

PixiLoading 组件,在 Loading 组件基础上,额外加载 Pixi 资源。

F2eAuido

F2eAuido 组件,用于音频处理。

InputVerify

InputVerify 组件,输入框敏感词的校验。

VideoFull

VideoFull 组件,全屏视频组件。

Nexus

Nexus 组件,表单多级联动组件。

DataForm

DataForm 组件,表单组件。

OpenWXApp

OpenWXApp 组件,跳转微信小程序组件。

更新日志

Released under the MIT License.