0.5.1 • Published 4 years ago

haibo-ui v0.5.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

更新日志

*v0.5.1 更新readme

v0.5.0 新组件

toggle-select 组件 支持左右循环切换

参数说明默认值类型
list列表空数组array
activeIndex当前选中项0Number
simple简约风格 (无边框背景等)falseBoolen
verticalDirection是否垂直排列falseBoolen
circle是否循环选中falseBoolen
iconLeft自定义左侧按钮el-icon-caret-leftstring
iconRight自定义右侧按钮el-icon-caret-rightstring

示例配置

   list:{
      type: Array,
      default(){
        return []
      }
    },
    activeIndex:{
      type: Number,
      default: 0
    },
    simple:{
      type: Boolean,
      default: false
    },
    verticalDirection:{
      type: Boolean,
      default: false
    },
    circle:{
      type: Boolean,
      default: false
    },
    iconLeft:{
      type: String,
      default:'el-icon-caret-left'
    },
    iconRight:{
      type: String,
      default:'el-icon-caret-right'
    }

v0.4.4 修改readme.md

v0.4.3
新组件
magnify 组件 支持图片放大

v0.4.2 新特性 table updateFilters 扩充column属性,获取过滤列

v0.4.1 新特性
autocomplete sugestions 列表扩展插槽

<slot name="prefix"></slot> 
<slot name="suffix"></slot>

v0.4.0 新主题
添加简约风格主题(theme-light)

Install

npm install haibo-ui --save

Quick Start

import Vue from 'vue'
import HaiboUI from 'haibo-ui'

Vue.use(HaiboUI)


## Browser Support
Modern browsers and Internet Explorer 10+.
0.5.0

4 years ago

0.5.1

4 years ago

0.4.5

4 years ago

0.4.4

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.2

4 years ago

0.3.3

4 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.1.0

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago