File size: 340 Bytes
3f219b5 69739b2 3f219b5 69739b2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
defmodule MedicodeWeb.Storybook.CodeDisplay do
use PhoenixStorybook.Story, :component
def function, do: &MedicodeWeb.Components.code_display/1
def variations do
[
%Variation{
id: :default,
attributes: %{
code: "74685",
label: "Coronary artery anomaly"
}
}
]
end
end
|