All Projects → mubaidr → vue-swimlane

mubaidr / vue-swimlane

Licence: Apache-2.0 license
A Text Swimlane plugin for Vue.js

Programming Languages

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

Projects that are alternatives of or similar to vue-swimlane

vue-link
One component to link them all 🔗
Stars: ✭ 65 (-8.45%)
Mutual labels:  vue-components, vue-plugin
Vue Touch Ripple
👆 Touch ripple component for @vuejs
Stars: ✭ 443 (+523.94%)
Mutual labels:  vue-components, vue-plugin
v-tostini
Toast plugin for Vue.js 2.x
Stars: ✭ 12 (-83.1%)
Mutual labels:  vue-components, vue-plugin
vue-drag-zone
Drag Zone component for @vuejs
Stars: ✭ 127 (+78.87%)
Mutual labels:  vue-components, vue-plugin
Vue Awesome Swiper
🏆 Swiper component for @vuejs
Stars: ✭ 12,072 (+16902.82%)
Mutual labels:  vue-components, vue-plugin
vue2
【🔥Vue.js资讯📚】目前web前端开发非常火爆的框架;定时更新,欢迎 Star 一下。
Stars: ✭ 415 (+484.51%)
Mutual labels:  vue-components, vue-plugin
Vue2
【🔥Vue.js资讯📚】目前web前端开发非常火爆的框架;定时更新,欢迎 Star 一下。
Stars: ✭ 395 (+456.34%)
Mutual labels:  vue-components, vue-plugin
Vue Quill Editor
🍡@quilljs editor component for @vuejs
Stars: ✭ 6,874 (+9581.69%)
Mutual labels:  vue-components, vue-plugin
Vue Qrcode Reader
A set of Vue.js components for detecting and decoding QR codes.
Stars: ✭ 1,240 (+1646.48%)
Mutual labels:  vue-components, vue-plugin
Vue Lazyload Images
A plugin of lazy-load images for Vue2.x
Stars: ✭ 61 (-14.08%)
Mutual labels:  vue-components, vue-plugin
Vuent
🎨 Vue.js components implementing Microsoft Fluent Design
Stars: ✭ 207 (+191.55%)
Mutual labels:  vue-components, vue-plugin
Vue Codemirror
⌨️ @codemirror component for @vuejs
Stars: ✭ 2,115 (+2878.87%)
Mutual labels:  vue-components, vue-plugin
Vue Lazy Render
A vue component for lazy rending vue component
Stars: ✭ 219 (+208.45%)
Mutual labels:  vue-components, vue-plugin
React Native Text Size
Measure text accurately before laying it out and get font information from your App.
Stars: ✭ 238 (+235.21%)
Mutual labels:  text
SilentServer
Silent is very lightweight, high quality - low latency voice chat for gaming. The server runs on Windows and Linux.
Stars: ✭ 52 (-26.76%)
Mutual labels:  text
Swiftrichstring
👩‍🎨 Elegant Attributed String composition in Swift sauce
Stars: ✭ 2,744 (+3764.79%)
Mutual labels:  text
Deepsegment
A sentence segmenter that actually works!
Stars: ✭ 211 (+197.18%)
Mutual labels:  text
vue-dynamic
Load stringified or normal Vue components dynamically!
Stars: ✭ 44 (-38.03%)
Mutual labels:  vue-components
J2N
Java-like Components for .NET
Stars: ✭ 37 (-47.89%)
Mutual labels:  text
React Native Text Ticker
React Native Text Ticker/Marquee Component
Stars: ✭ 212 (+198.59%)
Mutual labels:  text

vue-swimlane

All Contributors

A Text Swimlane plugin for Vue.js to display a list of words as an animated text Swimlane.

NPM

Demo

Demo and Playground

How to use

Install using npm

npm install vue-swimlane --save

Plug in your main.js or where required

import Vue from 'vue'
import VueSwimlane from 'vue-swimlane'

Vue.use(VueSwimlane)

use CDN

<script src="https://unpkg.com/vue-swimlane/dist/vue-swimlane.min.js"></script>

Markup

<vue-swimlane :words="['Some', 'Keywords', 'Array']"></vue-swimlane>

Options

Following options can be passed as props.

  • words - string[] - required: Array of tags or words to be used on display.
  • continous - bool (Default: false): If true, list continues forward, repeating the list. (Bugged, animation not working)
  • circular - bool (Default: false): If true, list starts from the top after completion.
  • pauseOnHover - bool (Default: false): If true, animation will pause on mouse hover.
  • rows - int (Default: 1): Number of rows always visible at a time.
  • scale - float (Default: 1): Font size scaling relative to 16px.
  • transitionDuration - float in ms (Default: 500): Animation duration for rows.
  • transitionDelay - float in ms (Default: 250): Delays between each animation duration.
  • transition - string (Default: ease-out): css transition name.

Contributors

Thanks goes to these wonderful people (emoji key):

Jake
Jake

💻 📖

This project follows the all-contributors specification. Contributions of any kind welcome!

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].