Thermometer

Vertical thermometer tube with a bulb at the bottom and a big temperature readout beside it.

68°Room temp

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

Import & use
import { Indicator6 } from "@/components/beste/piece/indicator6";

<Indicator6
  level={68}
  label="Room temp"
  tone="sky"
/>