# `BB.TUI.Panels.ForceDisarm`
[🔗](https://github.com/mcass19/bb_tui/blob/v0.3.0/lib/bb/tui/panels/force_disarm.ex#L1)

Force disarm confirmation popup.

Asks the user to confirm force disarming from an error state.

# `render`

```elixir
@spec render() :: struct()
```

Renders the force disarm confirmation popup.

## Examples

    iex> %ExRatatui.Widgets.Popup{} = BB.TUI.Panels.ForceDisarm.render()

---

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