A card component designed to display weather information, including current conditions, forecasts, and interactive animations to enhance user experience.
Loading...
Installation
Copy and paste the cn util code into your project.
import { ClassValue, clsx } from "clsx"import { twMerge } from "tailwind-merge"export function cn(...inputs: ClassValue[]) { return twMerge(clsx(inputs))}