Aurora.Uix.Templates.Basic.Renderers.SectionsRenderer (Aurora UIX v0.1.4-rc.7)

Copy Markdown

Renders tabbed sections and dynamic content areas in Aurora UIX.

Key Features

  • Renders dynamic tabbed sections and their content
  • Supports flexible tab and section configuration
  • Integrates with Aurora UIX context and helpers
  • Provides section-level rendering for custom layouts

Summary

Functions

Renders a tabbed section container with dynamic tabs and content.

Renders a single section within a tabbed container.

Functions

render(assigns)

@spec render(map()) :: Phoenix.LiveView.Rendered.t()

Renders a tabbed section container with dynamic tabs and content.

Parameters

  • assigns (map()) - LiveView assigns containing :auix context with tab configuration.

Returns

Phoenix.LiveView.Rendered.t() - Rendered tabbed section container.

section(assigns)

@spec section(map()) :: Phoenix.LiveView.Rendered.t()

Renders a single section within a tabbed container.

Parameters

  • assigns (map()) - LiveView assigns containing :auix context with section configuration.

Returns

Phoenix.LiveView.Rendered.t() - Rendered section content.