Livebook Wardley Map
Mix.install([{:kino_wardley, "~> 0.4.0"}])
Section
KinoWardley.Output.new("""
height 400
xevolution Experiment->Tested->Staging->Production
anchor User [0.95, 0.8]
component Livebook [0.8, 0.45] label [-80, 0]
User->Livebook
component Liveview [0.7, 0.7] label [0, -15]
Livebook->Liveview
component Phoenix [0.6, 0.8] label [5, -5]
Phoenix->Liveview
component Cowboy [0.5, 0.9]
Phoenix->Cowboy
""")