Packages
Alpha: Phoenix LiveView components for interactive Selecto query building and data exploration
Current section
Files
Jump to
Current section
Files
lib/selecto_components.ex
defmodule SelectoComponents do
@moduledoc """
Documentation for `SelectoComponents`.
"""
@doc """
Hello world.
## Examples
iex> SelectoComponents.hello()
:world
"""
def hello do
:world
end
end