Price Display Component
Price Display Component with Retro/Vintage aesthetic, responsive design, and dark mode support.
HTML Code
<div class="max-w-sm mx-auto bg-white dark:bg-gray-800 rounded-lg shadow-lg overflow-hidden">
<div class="sm:flex sm:items-center px-6 py-4">
<div class="text-center sm:text-left sm:flex-grow">
<div class="mb-4">
<p class="text-xl font-bold text-gray-900 dark:text-white">Product Name</p>
<p class="text-sm text-gray-600 dark:text-gray-400">Product Description</p>
</div>
<div class="flex justify-center sm:justify-start items-baseline">
<span class="text-2xl font-bold text-gray-900 dark:text-white">$</span>
<span class="text-4xl font-bold text-gray-900 dark:text-white">19.99</span>
<span class="text-sm text-gray-600 dark:text-gray-400">/month</span>
</div>
<div class="mt-4">
<button class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">
Buy Now
</button>
</div>
</div>
</div>
</div>
Related Components
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.
Price Display Component
A responsive price display component for a dashboard, featuring engaging microinteractions and a triadic color scheme, with support for dark mode.
Price Display Component
A complex, responsive Price Display Component for a dashboard, with dark theme support, using Tailwind CSS in a grayscale, minimalist flat design.