Versatile layouts with hover animations, glows, and custom glass overrides built on a flexible compound pattern.
defaultStandard information blocks, features grids, item detail summariesglassSleek dark modes with rich imagery backdrops to frosted glass panelsgradientHighlighting special items — pricing recommendations, premium tiersglowCalling direct interactive interest to promo tiles or dashboard headershover: liftHighly clickable cards — linking articles, store products, profileshover: glowHighlighting specific widgets inside dense dashboardsThis is a description of the card.
Visual style of the card
Hover animation style
Whether to enable hover scale/lift animation
Title of the card (Mapped to <CardTitle>)
Description of the card (Mapped to <CardDescription>)
Optional top image URL (Mapped inside Card)
Card body children text (Mapped to <CardContent>)
import { Card, CardHeader, CardTitle, CardDescription, CardContent } from "nexoreui"
<Card>
<CardHeader>
<CardTitle>Card Title</CardTitle>
<CardDescription>This is a description of the card.</CardDescription>
</CardHeader>
<CardContent>
Card Content goes here.
</CardContent>
</Card>Simple content wrapper built with compound components.
This is the main body of the card.
| Prop | Type | Default | Description |
|---|---|---|---|
| variant | "default" | "glass" | "gradient" | "glow" | "default" | Visual style profile of the card. |
| hover | "lift" | "glow" | "none" | "lift" | Interactive hover feedback animation style. |
| animate | boolean | true | Enables spring/scale animations for hover states. |