Packages

UI Components for Phoenix and LiveView

Current section

Files

Jump to
brixx lib brixx.ex
Raw

lib/brixx.ex

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