Component

Minimal Card

Ultra-minimal stat card with clean typography, subtle indicator, and essential information only.

  • Component
  • Tailwind
  • HTML
  • MIT

Preview

Live component

Interactive preview
Open preview
9:41 100%
devsnips.dev/library/tailwind/components/cards/minimal-card/
fluid · no fixed width 100%
No dependencies Production-ready

Install

Add to your project

terminal
npx devsnips add Tailwind/Components/Cards/minimal-card
registry path: Tailwind/Components/Cards/minimal-card

Source

Implementation

code.html
<div class="bg-white rounded-lg p-5">
  <div class="flex items-center justify-between mb-3">
    <span class="text-xs font-medium text-gray-400 uppercase tracking-wider">Total Revenue</span>
    <span class="w-2 h-2 bg-green-500 rounded-full"></span>
  </div>
  <p class="text-3xl font-bold text-gray-900">$48,294</p>
  <p class="text-sm text-gray-500 mt-1">+$2,450 this week</p>
</div>
8 lines UTF-8 · LF · Spaces: 2

AI-ready

Available to your agent.

This component is reachable through the DevSnips CLI, MCP server and Skills integrations — one registry, one resource path.

Resource path

devsnips://components/cards/minimal-card

Continue browsing

View all