Hover Card

Esthetic hover card component with a glowing effect on the edges.
NOTE: If you are seeing bad background color try editing the after:bg-background/90 class in the HoverCard component, or try twiking your children's bg color.

Examples

Effect on Card

Free plan
2 Monthly free games, trials and perks for you to enjoy.
  • Dedicated Low-Latency Gaming Servers
  • Monthly Multiplayer Tournament Entry
  • Exclusive In-Game Rewards & Cosmetics
  • Early Access to New Game Releases
  • Ad-Free Gaming Experience

Effect on custom elements with colours

Card image

Hey Kitty

Kitty is so chill, because she uses Aether UI. Are you using it?

April 2, 2025

Installation

npx shadcn@latest add "https://aetherui.in/c/hover-card.json"

Usage

You can customize the content of the hover card by passing the following props to the component.

PropTypeDefaultDescription
colorstring (Optional)blueThe color of the hover card.
classNamestringAdditional class names to be applied to the hover card.
childrenReactNodeContent to be displayed inside the hover card.
sizenumber (Optional)300The size of the hover card.
...propsanyAdditional props to be passed to the hover card.