defmodule EasyPage.Components.Tabber.Body do
@moduledoc ~s"""
A component which takes :tab slots.
Renders whichever :tab slot is currently selected, based on title.
Titles must be unique.
> #### Warning {: .warning}
>
> Most of Tabber's magic is in the backend, not the components.
> You are probably better off copying the source code so you can customize it for your app.
```elixir
def render(assigns) do
~H\"\"\"
Meow