---
title: "June 2026 - Hover Card"
description: "A new Hover Card component, plus keyboard focus support for hover-based popovers."
date: 2026-06-01
---

A new [Hover Card](/docs/components/hover-card) component is now available. It shows rich content on hover, built as a thin wrapper around Popover with hover defaults (150ms open / 300ms close).

Hover-based popovers (Tooltip, Hover Card) now also open on keyboard focus and close on blur for accessibility, and the default tooltip open/close delay is now instant to match shadcn.

Add it to your project with the CLI:

```shell
templui add hover-card
```

Released in [v1.12.0](https://github.com/axadrn/shadcn-templ/releases/tag/v1.12.0).
