项目作者: bestvist

项目描述 :
🎨 UI library for Vuejs
高级语言: Vue
项目地址: git://github.com/bestvist/best-ui.git
创建时间: 2018-08-07T09:33:04Z
项目社区:https://github.com/bestvist/best-ui

开源协议:

下载







Best UI





travis ci badge


npm version


downloads


gitter


license MIT

UI library for Vuejs

Install

  1. npm install best-ui --save

Usage

  1. import Vue from 'vue';
  2. import BestUI from 'best-ui';
  3. import 'best-ui/dist/bestui.css';
  4. Vue.use(BestUI);

基础

  • Layout 布局
  • Color 色彩
  • Icon 图标
  • Input 输入框
  • Button 按钮
  • Checkbox 多选框
  • Radio 单选框
  • Switch 开关
  • Time 相对时间
  • Timeline 时间轴
  • Card 卡片
  • Tag 标签
  • Alert 警告
  • Progress 进度条
  • List 列表
  • Collapse 折叠板
  • Popover 弹出框
  • Tip 提示

TODO

  • Select 选择器
  • DatePicker 日期选择
  • ColorPicker 颜色选择
  • Table 表格
  • TextScroll 文字滚动
  • ZoomPicture 图片放大
  • Steps 步骤条
  • Carousel 走马灯
  • Pagination 分页

服务组件

  • Loading 加载
  • Message 消息
  • Notification 通知
  • Dialog 对话框

Browser Support

Modern browsers and Internet Explorer 10+.

LICENSE

MIT


⬆ Top