View Source PhoenixStorybook.Rendering.CodeRenderer (phoenix_storybook v0.7.2)

Responsible for rendering your components code snippet, for a given PhoenixStorybook.Variation.

Uses the Makeup libray for syntax highlighting.

Summary

Functions

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

Renders source of a component story. Returns a rendered HEEx template.

Functions

render(context)

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

render(fun_or_mod, context)

render_component_source(story)

Renders source of a component story. Returns a rendered HEEx template.

render_source(source, assigns \\ %{__changed__: %{}})