NexoreUI
InstallationComponentsNexore MakeGitHub
GitHub
NexoreUIv0.1.2

Getting Started

Installation

Components

ButtonInputCardBadgeAlertAvatarAccordionModal / DialogTooltipTabsProgressSkeletonSliderSwitchRatingCommandTableStepperScroll AreaFile UploadNavigationIconsDock

Pro

ChartsData DisplayDark Mode ToolkitCommerceCookie ConsentSocialPremium EffectsLoaders

Animated

MarqueeNumber TickerAnimated NumberTyping AnimationBlur FadeBox RevealFile Preview CardImage Compare
MIT License
DocsCard

Card

Versatile card layouts for content display.

Next ComponentBadge

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

Card Playground
nexoreui
Live Preview
Card preview

Card Title

This is a description of the card.

Card Content goes here.
Props Panel
select

Visual style of the card

select

Hover animation style

boolean

Whether to enable hover scale/lift animation

text

Title of the card (Mapped to <CardTitle>)

text

Description of the card (Mapped to <CardDescription>)

text

Optional top image URL (Mapped inside Card)

text

Card body children text (Mapped to <CardContent>)

Generated Code
Open in GitHub
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>

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.