All Projects → mizuka-wu → vue-timeline

mizuka-wu / vue-timeline

Licence: other
a timeline for vue2 and bootstrap3

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects

Projects that are alternatives of or similar to vue-timeline

TimelineView
A customizable and easy-to-use Timeline View library for Android. Works as a RecyclerView decorator (ItemDecoration)
Stars: ✭ 169 (+186.44%)
Mutual labels:  timeline
vue-editable
In-place editing for Vue.js 2.
Stars: ✭ 16 (-72.88%)
Mutual labels:  vue2
vue-tiny-lazyload-img
🐌 A small size Vue.js directive for lazy loading images using IntersectionObserver API
Stars: ✭ 91 (+54.24%)
Mutual labels:  vue2
there-are-lots-of-people-in-Baiyun-airport
挑战杯 - 广州白云机场人流量时空分布预测系统 - 前端
Stars: ✭ 14 (-76.27%)
Mutual labels:  vue2
vue-identify-network
⚡ Identify what kinda internet your users are using!
Stars: ✭ 60 (+1.69%)
Mutual labels:  vue2
vue-light-timeline
A mobile first lightweight vue timeline components
Stars: ✭ 88 (+49.15%)
Mutual labels:  timeline
vue-music
基于Laravel5.3+Vue2.0的网易云音乐的SPA应用
Stars: ✭ 85 (+44.07%)
Mutual labels:  vue2
timeline
My daily talks in timeline
Stars: ✭ 24 (-59.32%)
Mutual labels:  timeline
vue-methods-promise
Let Vue methods support return Promise
Stars: ✭ 35 (-40.68%)
Mutual labels:  vue2
vue-pdf-app
VUEjs v2 PDF viewer based on Mozilla's PDFJS
Stars: ✭ 127 (+115.25%)
Mutual labels:  vue2
TimelineCards
Presenting timelines as cards, single or bundled in scrollable feed!
Stars: ✭ 423 (+616.95%)
Mutual labels:  timeline
glue
Glue是一个基于web component构建的组件库,可以在react,vue2,vue3,angular和html等前端框架中运行
Stars: ✭ 63 (+6.78%)
Mutual labels:  vue2
capacitor-vue-ionicv4-app
sample app using capacitor vuejs and ionicv4 components
Stars: ✭ 70 (+18.64%)
Mutual labels:  vue2
xivtlsheet
ACT、FFLogsを使い、FF14 零式コンテンツのタイムラインスプレッドシートを作成
Stars: ✭ 39 (-33.9%)
Mutual labels:  timeline
tm
timers and timeline
Stars: ✭ 31 (-47.46%)
Mutual labels:  timeline
ForensicsTools
A list of free and open forensics analysis tools and other resources
Stars: ✭ 392 (+564.41%)
Mutual labels:  timeline
ableton-live-downloader
🎹 Downloads the desired 64-bit installer from any version of Ableton Live 11, 10, and 9.
Stars: ✭ 17 (-71.19%)
Mutual labels:  vue2
hoc-element-table
📦 A Vue 3.x Table Component built on Webpack 5
Stars: ✭ 26 (-55.93%)
Mutual labels:  vue2
vue-crumbs
a simple and useful breadcrumb for Vue2.js
Stars: ✭ 16 (-72.88%)
Mutual labels:  vue2
security-code
A powerful security code input supports dynamic configuration of the number of input boxes.
Stars: ✭ 63 (+6.78%)
Mutual labels:  vue2

Vue-timeline

It just a simple time line component for vue 2.0
source code from click me!

  • Data from json
  • Responsive

Requirement

  • npm
  • vue2.0.1+
  • bootstrap3

That's all.

Installation

  1. Binding properties
<timeLine :points="points"></timeLine>
  1. Config the points (all can be ignored)
points: [
          {
            pointColor: 'red', // important! the color of every time point and you can use red yellow or green *关键点颜色 可选red yellow green
            img: 'http://www.jikexueyuan.com/event/static/images/bootstrap/bootstrap-logo.png', // img url for every time point 图片地址 可留空
            title: 'hello world', // important! title *时间点标题
            text: 'first post', // important! the content you want show *时间点内容
            linkUrl: 'https://www.google.com', // url for read more 链接url 留空则不显示按钮
            linkText: 'Read detail', // show what in read for more button 按钮显示内容 默认为Read more
            date: '2017-1-1' // time of the point 时间点
          }
        ]
  1. Get the current time point's all parameters you write
<timeLine @currentPoint="your function"></timeLine>

Custom

Incoming

To Do List

  • config for max showing points
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].