Cardinal-marked SVG dial with a sky pointer rotated to a compass direction, paired with speed and gust.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Weather8 } from "@/components/beste/piece/weather8";
<Weather8
speed={12}
unit="km/h"
direction="NE"
gust={18}
/>