0.1.61 • Published 5 months ago

@wdslib/go-design v0.1.61

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

@wdslib/go-design

使用 vue3 构建的 web component 组件库

使用

安装

pnpm add @wdslib/go-design

使用

// 全部注册
import { registerComponents } from '@wdslib/go-design'
import '@wdslib/go-design/dist/style.css'
registerComponents()
// 单个组件注册
import { registerComponent, Button } from '@wdslib/go-design'
import '@wdslib/go-design/dist/style.css'
registerComponent('ce-button', Button)

参与开发

pnpm install
0.1.61

5 months ago

0.1.6

5 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago