Current section
Files
Jump to
Current section
Files
lib/components/time.ex
defmodule BuenaVista.Components.Time do
use Phoenix.Component
def date_picker(assigns) do
~H"""
<div id={"date-picker-123"} phx-hook="DatePickerHook">
IM A DATE PICKER
</div>
"""
end
end