# `BB.LiveView.Components.Safety`
[🔗](https://github.com/beam-bots/bb_liveview/blob/main/lib/bb/live_view/components/safety.ex#L5)

LiveComponent for displaying and controlling robot arming state.

Shows the current safety state with colour-coded indicators:
- Green: Armed (ready for operation)
- Grey: Disarmed (safe state)
- Yellow: Disarming (transitioning to safe state)
- Red: Error (disarm failed, may not be safe)

Provides:
- Arm/Disarm toggle buttons
- Force Disarm button (only in error state)
- Real-time state updates via PubSub

---

*Consult [api-reference.md](api-reference.md) for complete listing*
