1.1.1 ā€¢ Published 3 years ago

vuejs3-up-down-button v1.1.1

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

Usage

#default

<template>
 <Vue3DownUpButton >
    <template #top>
      &uarr;
    </template>
    <template #down>
      &darr;
    </template>
  </Vue3DownUpButton>
</template>

<script>
import Vue3DownUpButton from 'vuejs3-up-down-button'

export default {
  components: {
    Vue3DownUpButton
  }
}
</script>

#images

<Vue3DownUpButton >
    <template #top>
        <img
            ...your way to the up arrow image
        >
    </template>
    <template #down>
        <img
            ...your way to the down arrow image
        >
    </template>
  </Vue3DownUpButton>

<script>
import Vue3DownUpButton from 'vuejs3-up-down-button'
    
export default {
  components: {
    Vue3DownUpButton
  }
}
</script>

#up

<Vue3DownUpButton >
    <template #top>
          &uarr;
    </template>
</Vue3DownUpButton>

<script>
import Vue3DownUpButton from 'vuejs3-up-down-button'

export default {
  components: {
    Vue3DownUpButton
  }
}
</script>

If you only need to go up), check out this module https://www.npmjs.com/package/vue-button-up

#down

<Vue3DownUpButton >
    <template #down>
          &darr;
    </template>
</Vue3DownUpButton>

<script>
import Vue3DownUpButton from 'vuejs3-up-down-button'
    
export default {
  components: {
    Vue3DownUpButton
  }
}
</script>

#Donate (creating code at your request out of turn) šŸ’° I can do some feature for you out of turn and at a fast pace or solve your problem, give a quick answers. To do this, you can pay me one-time or make a subscription. We can discuss the details by email, it is written in my profile.

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago