1.0.9 • Published 8 months ago

vue-joyride v1.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Vue Joyride

NPM License

Lightweight tooltip component to explain new features of your Vue app < 10k 😎

joyride

Usage

npm i vue-joyride

<script setup>
import Joyride from 'vue-joyride';
import 'vue-joyride/dist/style.css';

const steps = [
  { content: '1st Vue logo modal', target: '#logo'},
  { content: '2nd Vue logo modal', target: '#logo-2'},
];

const isAppMounted = ref(false);

onMounted(() => {
  isAppMounted.value = true;
});
</script>


<template>
<Joyride :steps="steps" v-if="isAppMounted"/>
</template

Contact

Feel free to ping me 💫 connect@giladshohat.com

giladshohat.com

1.0.9

8 months ago

1.0.8

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago