Card
A flexible and highly customizable card component with three distinct styling variants: Neo-SaaS, Glassmorphic, and Neo-Brutalism.
Usage
Each card variant is installed as a separate component to keep your bundle size small. Choose the style that matches your design system.
Neo-SaaS Style
A clean, modern card with subtle shadows and rounded corners, perfect for SaaS dashboards and landing pages.
A next-generation platform for building scalable applications.
Installation
Legacy installation using the full registry URL:
pnpm dlx shadcn@latest add "https://ui.zarasana.com/r/card-neo-saas.json"Glassmorphic Style
Features a frosted glass effect with backdrop blur, ideal for modern, aesthetically rich interfaces.
Experience clarity with our new optical enhancements.
Installation
Legacy installation using the full registry URL:
pnpm dlx shadcn@latest add "https://ui.zarasana.com/r/card-glassmorphic.json"Neo-Brutalism Style
Characterized by bold borders, hard shadows, and high contrast for a striking, retro-modern look.
Stand out from the crowd with un-apologetic design.
Installation
Legacy installation using the full registry URL:
pnpm dlx shadcn@latest add "https://ui.zarasana.com/r/card-neo-brutalism.json"API Reference
Props
| Prop | Type | Default | Description |
|---|---|---|---|
children | ReactNode | - | The content of the card. |
className | string | - | Additional CSS classes to apply to the card. |
height | number | 280 | The height of the card (interactive variants). |
width | number | 220 | The width of the card (interactive variants). |
src | string | - | Source URL for the card image (Image subcomponent). |
alt | string | - | Alt text for the card image (Image subcomponent). |