Skip to content

nickdavies791/vue-body-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A clickable body map built in Vue.

Resources

Stars

Watchers

Forks

Packages

No packages published