h-design
TypeScript icon, indicating that this package has built-in type declarations

0.4.6 • Public • Published

h-design TypeScript icon, indicating that this package has built-in type declarations

visitors npm

组件介绍

h-design 是一款基于 Vue3的UI组件库。🎈使用Typescript编写。 此组件库用于学习使用,不建议搭建用于开发环境,希望同道中人让这个项目能真正用起来。

组件文档

线上文档

线上文档地址

本地文档

npm run docs:dev

or

yarn doc:dev

组件开发

开发进度

基础组件

  • [x] button 按钮组件
  • [x] row/col 布局组件

输入类

  • [x] input
  • [ ] select
  • [ ] form
  • [x] radio
  • [x] radio-group
  • [x] checkbox
  • [x] checkbox-group
  • [x] switch
  • [ ] star
  • [ ] upload

数据组件

  • [ ] table
  • [ ] pagination
  • [ ] tree

反馈类

  • [ ] dialog
  • [ ] tooltip
  • [ ] alert
  • [x] tip
  • [ ] banner
  • [ ] notification

展示类

  • [x] icon

其他

  • [x] icon

... 等等等 🎯

组件结构

├─docs                  // vuepress 文档
├─packages              // 组件库源码目录
│  ├─Button             // 按钮组件
│  ├─Row                // 布局组件Row
│  ├─Col                // 布局组件Col
│  ├─Tip                // 提示反馈组件Tip
│  ├─...            
│  ├─styles             // 样式文件目录
│  └─index.js           // 组件库入口文件
├─src                   // 在这里引入组件查看页面效果
├─package.json

Readme

Keywords

Package Sidebar

Install

npm i h-design

Weekly Downloads

10

Version

0.4.6

License

MIT

Unpacked Size

5.65 MB

Total Files

3139

Last publish

Collaborators

  • xingheng