Aurora. Uix. Templates. Basic. Renderers. SectionsRenderer
(Aurora UIX v0.1.4-rc.8)
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
@spec render(map()) :: Phoenix.LiveView.Rendered.t()
Renders a tabbed section container with dynamic tabs and content.
Parameters
assigns(map()) - LiveView assigns containing:auixcontext with tab configuration.
Returns
Phoenix.LiveView.Rendered.t() - Rendered tabbed section container.
@spec section(map()) :: Phoenix.LiveView.Rendered.t()
Renders a single section within a tabbed container.
Parameters
assigns(map()) - LiveView assigns containing:auixcontext with section configuration.
Returns
Phoenix.LiveView.Rendered.t() - Rendered section content.