Big tabular temperature anchored under a city header and condition icon, with high, low, and feels-like below.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Weather4 } from "@/components/beste/piece/weather4";
<Weather4
city="Istanbul"
temp={22}
feels={24}
high={25}
low={14}
condition="sunny"
unit="C"
/>