Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

go-tool-ui

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

go-tool-ui

使用 vue3 构建的 web component 组件库

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

@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日期选择器

Keywords

front-end

FAQs

Package last updated on 23 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts