docs: add pricing banner (#1391)

This commit is contained in:
Benjamin Canac
2024-02-22 15:30:38 +01:00
committed by GitHub
parent 87526b9ec5
commit 81854112e3
4 changed files with 80 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<template>
<UPopover mode="hover">
<UPopover mode="hover" :popper="{ strategy: 'absolute' }" :ui="{ width: 'w-[156px]' }">
<template #default="{ open }">
<UButton color="gray" variant="ghost" square :class="[open && 'bg-gray-50 dark:bg-gray-800']" aria-label="Color picker">
<UIcon name="i-heroicons-swatch-20-solid" class="w-5 h-5 text-primary-500 dark:text-primary-400" />