1 Star 1 Fork 0

ivy design / ivy-design-ce

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

@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

单元测试

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 复制到剪切板
Text 文字
Link 链接
Affix 固钉
MessageBox 消息弹出框
TimeSelect 时间选择
Scrollbar 滚动条
split 分割面板
notification 通知框
pagination 分页器
tabs 标签页
message 消息提醒
tour 漫游式引导

代办

组件名称 组件描述
table 表格
datePicker 日期选择器
timePicker 时间选择器
MIT License Copyright (c) 2023 ivy-design Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

使用 vue3 开发的 Web Components 组件库 展开 收起
TypeScript 等 5 种语言
MIT
取消

发行版 (7)

全部

贡献者

全部

近期动态

加载更多
不能加载更多了
TypeScript
1
https://gitee.com/ivy-design/ivy-design-ce.git
git@gitee.com:ivy-design/ivy-design-ce.git
ivy-design
ivy-design-ce
ivy-design-ce
main

搜索帮助