Wind Compass

Cardinal-marked SVG dial with a sky pointer rotated to a compass direction, paired with speed and gust.

12km/h
NE windGust 18 km/h

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

Import & use
import { Weather8 } from "@/components/beste/piece/weather8";

<Weather8
  speed={12}
  unit="km/h"
  direction="NE"
  gust={18}
/>