defmodule <%= inspect(web_module) %>.Components.Hero.Example01 do
@moduledoc """
Example using the `name` and `subtitle` properties.
"""
use Surface.Catalogue.Example,
subject: <%= web_module %>.Components.Hero,
height: "480px",
title: "Name & Subtitle"
alias <%= web_module %>.Components.Hero
def render(assigns) do
~F"""
"""
end
end