Packages

Elixir/Phoenix admin framework for resources, dashboards, datasets, actions, authorization, and service-owned remote admin surfaces.

Current section

Files

Jump to
incant lib incant ui value.ex
Raw

lib/incant/ui/value.ex

defmodule Incant.UI.Value do
@moduledoc """
Display value helper for UI nodes.
"""
defstruct [:raw, :display, :format, :tone]
end