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

Responsible for rendering your function & live components, for a given PhxLiveStorybook.Variation.

Link to this section Summary

Functions

Render a stateless function component, with or without block / slots.

Render a live component, with or without block / slots.

Link to this section Functions

Link to this function

render_component(module, function, variation, id)

View Source

Render a stateless function component, with or without block / slots.

Link to this function

render_live_component(module, variation, id)

View Source

Render a live component, with or without block / slots.