Problem: Link previews.
Solution#
<a class="group relative">
@nakshora/core
<span class="pointer-events-none absolute left-0 top-7 z-10 hidden w-72 rounded-xl border bg-white p-4 shadow-xl group-hover:block">Package preview card</span>
</a>Why this works#
group-hover block reveals the card.
Variants#
- Responsive: add screen prefixes to the core classes
- Dark: pair each color utility with its dark: twin
- Animated: add
transition+ a state variant for motion
Related recipes#
cookbook/index|Cookbook index · utilities/index|Utilities reference · patterns/index|Layout patterns
