Home

Awesome

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.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore --> <table> <tr> <td align="center"><a href="http://www.linkedin.com/in/jacob-k-hassel/"><img src="https://avatars2.githubusercontent.com/u/7563237?v=4" width="100px;" alt="Jake"/><br /><sub><b>Jake</b></sub></a><br /><a href="https://github.com/mubaidr/vue-swimlane/commits?author=shadskii" title="Code">💻</a> <a href="https://github.com/mubaidr/vue-swimlane/commits?author=shadskii" title="Documentation">📖</a></td> </tr> </table> <!-- ALL-CONTRIBUTORS-LIST:END -->

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