# `ExRatatui.Frame`
[🔗](https://github.com/mcass19/ex_ratatui/blob/v0.7.1/lib/ex_ratatui/frame.ex#L1)

Terminal frame information passed to `render/2` callbacks.

Contains the current terminal dimensions.

## Examples

    iex> %ExRatatui.Frame{width: 80, height: 24}
    %ExRatatui.Frame{width: 80, height: 24}

# `t`

```elixir
@type t() :: %ExRatatui.Frame{height: non_neg_integer(), width: non_neg_integer()}
```

---

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