Packages

LiveView inspired TUI library for writing terminal applications

Current section

Files

Jump to
breeze lib breeze element.ex
Raw

lib/breeze/element.ex

defmodule Breeze.Element do
@moduledoc false
defstruct style: nil, attributes: nil
end