0.3.2 • Published 3 years ago

vue-bottle v0.3.2

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

vue-bottle

A custom input for Vue featuring a bottle of wine.

Install

npm i vue-bottle

Usage

<template>
  <main>
    <bottle v-model="ratio" :speed="0.02"/>
  </main>
</template>

<script>
import Bottle from 'vue-bottle'

export default {
  components: { Bottle },

  data: () => ({
    ratio: 0.5
  })
}
</script>

Demo

https://codesandbox.io/s/vue-bottle-demo-rhnjf

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago