--- interface Props { dayName: string; label: string; icon: string; temp: number; } const { dayName, label, icon, temp } = Astro.props; ---
{dayName}
{label}
{temp}°F {label}