Current section

Files

Jump to
moon lib moon_web pages tutorials icons code_snippet.ex
Raw

lib/moon_web/pages/tutorials/icons/code_snippet.ex

defmodule MoonWeb.Pages.IconsPage.CodeSnippet do
@moduledoc false
use Moon.StatelessComponent
slot(default)
def render(assigns) do
~F"""
<pre class="theme-moon-dark w-full bg-gohan overflow-scroll p-4 text-moon-14 text-bulma rounded-moon-s-sm h-fit whitespace-pre-line"><#slot /></pre>
"""
end
end