0.1.1 • Published 12 months ago

vue-peel v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Vue Peel

About

This is a Vue wrapper around the peel.js library originally created by Andrew Plummer in 2014.

Check out the docs at https://anatolykopyl.github.io/vue-peel

Getting Started

Installation

npm install vue-peel

Basic usage

<template>
  <Peel 
    drag
    :peel-position="{ x: 150, y: 150 }"
  >
    <template #top>
      Top
    </template>
    <template #back>
      Back
    </template>
    <template #bottom>
      Bottom
    </template>
  </Peel>
</template>

<script setup>
  import Peel from 'vue-peel'
  import 'vue-peel/style.css'
</script>
0.1.1

12 months ago

0.1.0

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago

0.0.0

12 months ago