0.0.3 • Published 6 months ago

go-tool-ui v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@ivy-design/ce

使用 vue3 构建的 web component 组件库

使用

安装

pnpm add @ivy-design/ce

使用

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

参与开发

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Run Unit Tests with Vitest

pnpm test:unit

现有组件

组件名称组件描述
Button按钮
Space间隔
Collapse折叠面板
Divider分割线
Card卡片
Grid宫格
Empty空状态
Timeline时间轴
Breadcrumb面包屑导航
Tag标签
Badge徽章
Row
Col
Result结果
Drawer抽屉
Input输入框
Tip提示
Select下拉选择
Loading加载
Details详情-同原生的 details 标签
Progress进度条
Dialog弹框
Dropdown下拉菜单
Steps步骤条
Switch开关
Radio单选框
Checkbox多选框
AspectRatio固定宽高比例容器
Icon图标
Circle圆形进度条
Image图片
Description描述列表
Contextmenu邮件菜单
rate评分
Avatar头像
Carousel轮播图
CopyToClipboard复制到剪切板

代办

组件名称组件描述
tabs标签页
message消息提醒
notification通知框
table表格
split分割面板
datePicker日期选择器
1.0.2

6 months ago

0.0.1

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.2.1

12 months ago

0.2.3

12 months ago

0.2.2

12 months ago

0.2.4

12 months ago

0.2.0

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago