City name, big temperature, condition label, and a high/low line with an icon tile that colors by condition.
New here? Read the installation guide.
import { Weather1 } from "@/components/beste/piece/weather1";
<Weather1
city="Istanbul"
temp={18}
high={21}
low={12}
condition="cloudy"
unit="C"
highPrefix="H:"
lowPrefix="L:"
/>Row of day columns with weekday label, condition icon, and a high/low temperature pair.
Big tabular temperature anchored under a city header and condition icon, with high, low, and feels-like below.
Heat index up to 38°C this afternoon. Stay hydrated and avoid direct sun.
Until 9:00 PM tonightSeverity-colored triangle alert with title, severity badge, descriptive detail, and an Until line.
Six-column hourly strip pairing each label with a condition icon and a tabular temperature.