1.0.0 • Published 3 years ago

vue-body-map v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Vue Body Map

Vue Body Map is an interactive body map component built in Vue that you can pull into your projects.

Installation

Use node package manager to install.

npm install vue-body-map

Usage

Pull the package into your existing components.

import BodyMap from 'vue-body-map'

export default {
  components: {
      BodyMap
    },
  }

Use the component in your template.

<template>
  <body-map colour="red" width="560" height="500" />
</template>

License

ISC