0.0.1 • Published 4 years ago

vue-swap v0.0.1

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

vue-swap

Vue functional component to horizontally swap between items

Demo & docs

Quick start

<template>
  <Swap :direction="direction">
    <div :key="i" />
  </Swap>
</template>

<script>
import { Swap } from 'vue-swap'

export default {
  components: {
    Swap,
  },
}
</script>

Installation

Install the vue-swap package:

npm i vue-swap

Or

yarn add vue-swap

Thanks & credits

This repo is based on @Akryum https://github.com/Akryum/vue-mention.