mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +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">
|
||||
<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>
|
||||
<div class="w-48 h-16" />
|
||||
@@ -33,7 +33,7 @@ function send() {
|
||||
</UPopover>
|
||||
|
||||
<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>
|
||||
<div class="w-48 h-16" />
|
||||
|
||||
Reference in New Issue
Block a user