get started on route for creating links, dividing steps into components
This commit is contained in:
4
lib/entendu_web/live/link_live/steps/step1_component.ex
Normal file
4
lib/entendu_web/live/link_live/steps/step1_component.ex
Normal file
@@ -0,0 +1,4 @@
|
||||
defmodule EntenduWeb.LinkLive.For.Step1Component do
|
||||
use EntenduWeb, :live_component
|
||||
|
||||
end
|
@@ -0,0 +1,3 @@
|
||||
This is step 1. <%= @test %>
|
||||
|
||||
<button phx-click="next_step">Next Step</button>
|
Reference in New Issue
Block a user