Air Quality Index

Color-graded AQI tile next to its level name, with a thin border separating a pollutant breakdown row.

Air Quality
42
GoodUS AQI
PM2.512O₃32NO₂8

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

Import & use
import { Weather9 } from "@/components/beste/piece/weather9";

<Weather9
  aqi={42}
  level="good"
  pollutants={[
    {
      "name": "PM2.5",
      "value": "12"
    },
    {
      "name": "O₃",
      "value": "32"
    },
    {
      "name": "NO₂",
      "value": "8"
    }
  ]}
/>

More Weather pieces

View all Weather
Istanbul
18°C
CloudyH:21° · L:12°

Weather Card

weather1

City name, big temperature, condition label, and a high/low line with an icon tile that colors by condition.

Heat AdvisoryAdvisory

Heat index up to 38°C this afternoon. Stay hydrated and avoid direct sun.

Until 9:00 PM tonight

Weather Alert

weather10

Severity-colored triangle alert with title, severity badge, descriptive detail, and an Until line.

Humidity64%
Wind12 km/hNE
Pressure1018 hPa
UV Index6High

Four-cell grid of atmospheric stats with uppercase labels, bold tabular values, and an optional detail line.

Mon
24°15°
Tue
22°14°
Wed
18°12°
Thu
19°13°
Fri
25°16°

Row of day columns with weekday label, condition icon, and a high/low temperature pair.

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

Hero Weather

weather4

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

Now22°
10 AM23°
11 AM24°
12 PM24°
1 PM21°
2 PM20°

Six-column hourly strip pairing each label with a condition icon and a tabular temperature.