epicmaxco / epic-spinners

Easy to use css spinners collection with Vue.js integration
https://epic-spinners.epicmax.co
3.84k stars 357 forks source link

Vue.js 3 #46

Closed sistematico closed 1 year ago

sistematico commented 2 years ago

Anyway to use this with Vue.js 3?

asvae commented 2 years ago

Hey. Probably no, but we'll take a look :D. Shouldn't be too hard to fix.

sirwalterious commented 2 years ago

@asvae Any update on this, or an ETA?

flopana commented 2 years ago

Bump

mgd216 commented 2 years ago

Bump++

yungParrot commented 2 years ago

I've installed it my Vue 3 project and it seems to work... I don't remember if I had to configure anything 🤔 I think it was working out of the box.

<template>
  <HalfCircleSpinner
    :animation-duration="1000"
    :size="30"
    color="#ffffff"
  />
</template>

<script setup lang="ts">
import { HalfCircleSpinner } from "epic-spinners"
</script>

although I do get errors from yarn:

...
warning " > epic-spinners@1.1.0" has incorrect peer dependency "vue@^2.5.2".
...

🤠

DerZwergGimli commented 2 years ago

package.json

"peerDependencies": {
    "vue": "^2.5.2"
  },

can we set that up to ^3.1.0 PLEASE :laughing:

Edit: Wasnt that easy to fix all deps but at least i can now deploy again - would appreciate a new version like: epic-spinners3

bhanu2217 commented 1 year ago

When are you planning to have release for Vue.JS 3?