Signal Bars

Four ascending bars that fill with the current reception level, paired with a network name and label.

5GGood

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

Import & use
import { Indicator10 } from "@/components/beste/piece/indicator10";

<Indicator10
  level={3}
  network="5G"
  label="Good"
/>