Packages

LiveView Native code examples using Kino Smart Cells inside Livebook

Current section

Files

Jump to
kino_live_view_native lib server_web components layouts.ex
Raw

lib/server_web/components/layouts.ex

defmodule ServerWeb.Layouts do
use ServerWeb, :html
use LiveViewNative.Layouts
embed_templates "layouts/*.html"
end