NexoreUIv1.4
InstallationComponents41IconsNexore MakeAI
Create ProjectSTUDIOGitHub
NexoreUI
41 comps
Create Project
Studio
Installation
Components Overview
40+
Icons
300+
Categories6 groups
Button
Input
Switch
Slider
Rating
File Upload
Card
Accordion
Tabs
Table
Stepper
Scroll Area
Navigation
Dock
Data Display
Thinking Indicator
AI
Tool Call Card
AI
Agent Status Pill
AI
Command
Theme: indigo
Studio
DocsCard

Card

Versatile card layouts for content display.

NextAccordion
On This Page
Quick Actions
Project Studio
New
Nexore Make (AI)Source on GitHub

Cards

Versatile layouts with hover animations, glows, and custom glass overrides built on a flexible compound pattern.

When to use which variant

defaultStandard information blocks, features grids, item detail summaries
glassSleek dark modes with rich imagery backdrops to frosted glass panels
gradientHighlighting special items — pricing recommendations, premium tiers
glowCalling direct interactive interest to promo tiles or dashboard headers
hover: liftHighly clickable cards — linking articles, store products, profiles
hover: glowHighlighting specific widgets inside dense dashboards

Interactive Playground

Live CanvasInteractive
Card preview

Card Title

This is a description of the card.

Card Content goes here.
Controls(7)
variant
select

Visual style of the card

hover
select

Hover animation style

animate
boolean
Toggle state:

Whether to enable hover scale/lift animation

title
text

Title of the card (Mapped to <CardTitle>)

description
text

Description of the card (Mapped to <CardDescription>)

image
text

Optional top image URL (Mapped inside Card)

children
text

Card body children text (Mapped to <CardContent>)

Generated JSX
Source
import { Card } from "nexoreui"

<Card>
  Card Content goes here.
</Card>

Showcase & Examples

Default Compound Card

Default Card

Simple content wrapper built with compound components.

This is the main body of the card.

component.tsx

API Reference (Props)

PropTypeDefaultDescription
variant"default" | "glass" | "gradient" | "glow""default"Visual style profile of the card.
hover"lift" | "glow" | "none""lift"Interactive hover feedback animation style.
animatebooleantrueEnables spring/scale animations for hover states.