-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Well… My ideas go beyond anything right now 😄
try to reuse as much functionallity as possible from phoenix live view
defmodule MyCLI do
use Nexus.Component
attr :cols, :integer, required: true
slot :inner_block, required: true
def box(assigns) do
~H”””
<div style=“width: #{@cols}px”>
<%= render_slot(@inner_block) %>
</div>
””"
end
end
rupurt
Metadata
Metadata
Assignees
Labels
No labels