mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 15:01:46 +01:00
chore: up
This commit is contained in:
17
playground/compodium/examples/UTooltipExample.vue
Normal file
17
playground/compodium/examples/UTooltipExample.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<script setup lang="ts">
|
||||
extendCompodiumMeta({
|
||||
defaultProps: {
|
||||
text: 'Tooltip'
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UTooltip v-bind="$attrs">
|
||||
<UButton
|
||||
label="Show Tooltip"
|
||||
color="neutral"
|
||||
variant="subtle"
|
||||
/>
|
||||
</UTooltip>
|
||||
</template>
|
||||
Reference in New Issue
Block a user