View Source PhoenixStorybook.Rendering.ComponentRenderer (phoenix_storybook v0.6.4)

Responsible for rendering your function & live components.

Summary

Functions

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

Functions

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

Link to this function

render(fun_or_mod, context)

View Source