Content card

Outer-frame card with muted padding and inner shadowed surface

Installation

Usage

import { ContentCard } from '@/components/ui/content-card'

<ContentCard metadata='5 min read'>
  <h3>Card title</h3>
  <p>Card description goes here.</p>
</ContentCard>