Hero Weather

Big tabular temperature anchored under a city header and condition icon, with high, low, and feels-like below.

Istanbul
22°C
Sunny
H:25°L:14°· Feels 24°

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Weather4 } from "@/components/beste/piece/weather4";

<Weather4
  city="Istanbul"
  temp={22}
  feels={24}
  high={25}
  low={14}
  condition="sunny"
  unit="C"
/>