Current section

Files

Jump to
surface_bulma lib surface_bulma form hidden_input.ex
Raw

lib/surface_bulma/form/hidden_input.ex

defmodule SurfaceBulma.Form.HiddenInput do
@moduledoc """
A thin wrapper around `Surface.Components.Form.HiddenInput`
"""
use SurfaceBulma.Component
include(Surface.Components.Form.HiddenInput)
defdelegate render(assigns), to: Surface.Components.Form.HiddenInput
end