View Source PhxLiveStorybook.Rendering.ComponentRenderer (phx_live_storybook v0.4.5)

Responsible for rendering your function & live components.

Link to this section Summary

Functions

Renders a component from a RenderingContext. Returns a Phoenix.LiveView.Rendered.

Link to this section Functions

Renders a component from a RenderingContext. Returns a Phoenix.LiveView.Rendered.

Link to this function

render(fun_or_mod, context)

View Source