Packages

Biblioteca de componentes para a Plataforma PEA Pescarte

Current section

Files

Jump to
pescarte priv catalogue icon example01.ex
Raw

priv/catalogue/icon/example01.ex

defmodule Pescarte.Catalogue.Icon.Example01 do
@moduledoc false
use Surface.Catalogue.Example,
subject: Pescarte.Icon,
catalogue: Pescarte.Catalogue,
title: "Icon",
direction: "vertical"
def render(assigns) do
~F"""
<Icon name="accounts" />
"""
end
end