Generic LiveView engine for AshSDUI generated views.
Use it from an app LiveView module:
defmodule MyAppWeb.PostsLive do
use AshSDUI.LiveResource,
ui: MyApp.UI.PostUI,
view: :index,
return_to: "/posts"
end
Generic LiveView engine for AshSDUI generated views.
Use it from an app LiveView module:
defmodule MyAppWeb.PostsLive do
use AshSDUI.LiveResource,
ui: MyApp.UI.PostUI,
view: :index,
return_to: "/posts"
end