Packages

Sutra UI - We define the rules, so you don't have to. A Phoenix LiveView component library with 55 components and CSS-first theming.

Current section

Files

Jump to
sutra_ui lib sutra_ui.ex
Raw

lib/sutra_ui.ex

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