Packages

spike_surface helps you build stateul forms / UIs with Surface UI

Current section

Files

Jump to
spike_surface lib spike surface.ex
Raw

lib/spike/surface.ex

defmodule Spike.Surface do
@moduledoc """
Documentation for `Spike.Surface`.
"""
@doc """
Hello world.
## Examples
iex> Spike.Surface.hello()
:world
"""
def hello do
:world
end
end