Aurora. Uix. Templates. Basic. Renderers. ShowComponentRenderer
(Aurora UIX v0.1.4-rc.1)
Copy Markdown
Renders detail (show) views for individual entities in Aurora UIX.
Key Features
- Displays entity attributes with layout support
- Provides edit functionality via modal popup form
- Consistent navigation with back button
- Supports CSS class customization
- Layout-aware content rendering
- Integrates with Aurora UIX context and helpers
Summary
Functions
Renders a detail view page for an individual entity.
Functions
@spec render(map()) :: Phoenix.LiveView.Rendered.t()
Renders a detail view page for an individual entity.
Parameters
assigns(map()) - LiveView assigns containing::auix(map()) - Aurora UIX context with configurations and layout_tree info.:live_action(atom()) - Current live action (:edit).
Returns
Phoenix.LiveView.Rendered.t() - Rendered detail view with entity information and actions.