# Getting Started

# Installation

Install the vue-swap package:

npm i vue-swap

Or

yarn add vue-swap

# Quick start

Import the Swap component from vue-swap:


 



 




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

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