Skip to content

Commit

Permalink
Added hint on start button
Browse files Browse the repository at this point in the history
  • Loading branch information
imtiazkun committed Sep 8, 2024
1 parent 83f14f7 commit 82fad00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import { Controls } from '../components/intro.vue';
<p class="text-4xl text-white">IntroJs wrapper for VueJs</p>
<div class="my-5 flex gap-5 items-center text-center justify-center">
<button
data-intro="Click here to play the intro"
data-title="intro.vue"
v-on:click="Controls.play()"
class="text-xl px-8 py-2 bg-white border-2 border-white text-vue font-bold rounded-md hover:opacity-80 transition-opacity">Start</button>
<router-link
Expand Down

0 comments on commit 82fad00

Please sign in to comment.