This repository has been archived on 2023-08-07. You can view files and clone it, but cannot push or open issues or pull requests.
temple/test/support/components/section.ex

10 lines
143 B
Elixir

defmodule Temple.Components.Section do
use Temple.Component
render do
section class: "foo!" do
@inner_content
end
end
end