mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-03 21:57:58 +01:00
playground(popover): update text (#2452)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@ function send() {
|
|||||||
|
|
||||||
<div class="flex items-center gap-2 my-2">
|
<div class="flex items-center gap-2 my-2">
|
||||||
<UPopover arrow :content="{ side: 'left' }">
|
<UPopover arrow :content="{ side: 'left' }">
|
||||||
<UButton label="Click me top" color="neutral" variant="outline" />
|
<UButton label="Click me left" color="neutral" variant="outline" />
|
||||||
|
|
||||||
<template #content>
|
<template #content>
|
||||||
<div class="w-48 h-16" />
|
<div class="w-48 h-16" />
|
||||||
@@ -33,7 +33,7 @@ function send() {
|
|||||||
</UPopover>
|
</UPopover>
|
||||||
|
|
||||||
<UPopover arrow :content="{ side: 'right' }">
|
<UPopover arrow :content="{ side: 'right' }">
|
||||||
<UButton label="Click me top" color="neutral" variant="outline" />
|
<UButton label="Click me right" color="neutral" variant="outline" />
|
||||||
|
|
||||||
<template #content>
|
<template #content>
|
||||||
<div class="w-48 h-16" />
|
<div class="w-48 h-16" />
|
||||||
|
|||||||
Reference in New Issue
Block a user