Components Price Display Price Display Component

Price Display Component

A minimalist/flat design price display component for dashboard use, featuring responsive design and dark mode support.

Preview

HTML Code

<div class="bg-white dark:bg-gray-800 shadow-md rounded-lg p-6 max-w-xs mx-auto">
    <h2 class="text-2xl font-bold text-gray-800 dark:text-white mb-4">Price Overview</h2>
    <div class="flex items-center justify-between mb-4">
        <span class="text-lg font-semibold text-gray-700 dark:text-gray-300">Current Price</span>
        <span class="text-2xl font-extrabold text-blue-500 dark:text-blue-300">$99.99</span>
    </div>
    <div class="flex items-center justify-between">
        <img src="https://picsum.photos/50/50?random=1" alt="Product Image" class="rounded-full">
        <div>
            <span class="text-sm text-gray-600 dark:text-gray-400">Last updated: 2 hours ago</span>
        </div>
    </div>
    <button class="mt-4 w-full bg-blue-500 hover:bg-blue-600 text-white font-bold py-2 px-4 rounded focus:outline-none focus:shadow-outline dark:bg-blue-600 dark:hover:bg-blue-500">View Details</button>
</div>

Related Components

Price Display Component

A complex price display component designed in skeuomorphic style mimicking real-world elements, suitable for blogs and content consumption with a triadic color scheme and responsive design with dark mode support.

Open

Price Display Component

A simple, responsive price display component for real estate listings, featuring earth tone colors and dark mode support.

Open

Cyberpunk Price Display Component

A responsive price display component for consulting/services with a cyberpunk, futuristic neon aesthetic. Features dark backgrounds, bright analogous accent colors, and supports dark mode.

Open