Current section
Files
Jump to
Current section
Files
priv/storybook/components/property_list.story.exs
defmodule Storybook.Components.Icon do
use PhoenixStorybook.Story, :component
def function, do: &Doggo.property_list/1
def variations do
[
%Variation{
id: :default,
slots: [
~s(<:prop label="Name">George</:prop>),
~s(<:prop label="Age">42</:prop>)
]
}
]
end
end