0.0.1 • Published 6 years ago
vue-swap v0.0.1
vue-swap
Vue functional component to horizontally swap between items
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-swapOr
yarn add vue-swapThanks & credits
This repo is based on @Akryum https://github.com/Akryum/vue-mention.
0.0.1
6 years ago