Article Card

A glassmorphic blog/article card with image, tags, author info, and hover effects.

npx arupui add article-card
Preview
The Future of UI Design
DesignUI/UX

The Future of UI Design

Exploring the latest trends in glassmorphism, 3D elements, and micro-interactions.

Arup B
Arup BDec 2, 2025
5 min read

Usage

article-card.tsx
import { ArticleCard } from "@/components/blocks/article-card"

<ArticleCard
  title="My Post"
  excerpt="A short description."
  image="/blog/cover.jpg"
  author={{ name: "Jane", avatar: "/avatars/jane.png" }}
  date="Mar 15, 2026"
  readTime="4 min read"
  tags={["React", "Design"]}
  href="/blog/my-post"
/>

Props

title
Type: stringDefault: "The Future of UI Design"
excerpt
Type: stringDefault: -
image
Type: stringDefault: -
author
Type: { name: string; avatar: string }Default: -
date
Type: stringDefault: -
readTime
Type: stringDefault: -
tags
Type: string[]Default: ["Design", "UI/UX"]
href
Type: stringDefault: undefined
action
Type: ReactNodeDefault: undefined
Theme Editor

Theme

Radius0.5rem
Letter Spacing0em

Colors

light