Signal Bars

Stair-step signal bars with an optional network label like 5G or Wi-Fi.

5G

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

Import & use
import { Indicator5 } from "@/components/beste/piece/indicator5";

<Indicator5
  bars={3}
  total={4}
  label="5G"
/>