defmodule Storybook.Components.Card do use PhoenixStorybook.Story, :component def function, do: &Doggo.card/1 def variations do [ %Variation{ id: :default, slots: [ """ <:image> A dog wearing a colorful poncho walks down a fashion show runway. """, """ <:main> The next dog fashion show is coming up quickly. Here's what you need to look out for. """, """ <:header>

Dog Fashion Show

""", """ <:footer> 2023-11-15 12:24 Events """ ] } ] end end