Packages

A set of Surface components based on daisyUI.

Current section

Files

Jump to
surface_daisyui lib surface daisy_ui.ex
Raw

lib/surface/daisy_ui.ex

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