xaankoow / segmento-nuxt

4 stars 11 forks source link

Tooltip Component #162

Open babak-majd opened 9 months ago

babak-majd commented 9 months ago

Description 📚

Example Usage:

<Tooltip
  :side="'top'"
  :bgColor="'#ffcc00'"
  :borderWidth="'2px'"
  :borderColor="'#ff9900'"
>
  <!-- Content for the default slot -->
  <p>This is the default content.</p>

  <!-- Content for the tooltip slot -->
  <template v-slot:tooltip>
    <p>This is the tooltip content.</p>
  </template>
</Tooltip>

If you have any questions, feel free to ask by leaving a comment.

Amirali-Yavari commented 5 months ago

hi daisyUI have this component and its developed very well @babak-x