Packages
A pluggable storybook for your Phoenix components.
Security advisory:
This version has known vulnerabilities.
View advisories
Current section
Files
Jump to
Current section
Files
lib/phoenix_storybook/rendering/rendering_variation.ex
defmodule PhoenixStorybook.Rendering.RenderingVariation do
@moduledoc false
@enforce_keys [:id, :dom_id]
defstruct [:id, :dom_id, attributes: [], slots: [], let: nil]
end