1.0.8 • Published 5 years ago

runbir-ui v1.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

<<<<<<< HEAD

ruanbo-ui

=======

runbir-ui


A Vue.js 2.0 UI Toolkit for Web.

安装与基本用法

$ npm install runbir-ui --save

全局注册

import Vue from 'vue'
import runbirUI from 'runbir-ui'

Vue.use(runbirUI)

你现在就可以使用该组件了

<template>
  <div id="app">
    <runbir-image-player
	  :pictureUrlArry="pictureUrlArry"
	  :datetimesArry="datetimesArry"
	  :timelineType="timelineType"
      :height=700
	  :width=1000>
	</runbir-image-player>
  </div>
</template>

<script>
  name: 'app',
  data() {
  	return {
  		pictureUrlArry: ["a.jpg","b.jpg","c.jpg","d.jpg","e.jpg"],
  		datetimesArry: [1568647560000, 1568647680000, 1568647800000, 1568647980000, 1568648100000],
  		timelineType: 'minute',
  	}
  }
</script>

Props

pictureUrlArry

类型:Array

默认值: []

datetimesArry

类型:Array

默认值: []

timelineType

类型:String

默认值: minute

可能值:['minute', 'hour', 'day']

v1.0.7

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago