Raxol.Style.Borders (Raxol v0.2.0)
View SourceDefines border properties for terminal UI elements.
Summary
Functions
Merges two border structs, with the second overriding the first.
Creates a new border with default values.
Creates a new border with the specified values.
Types
@type t() :: %Raxol.Style.Borders{ color: Raxol.Style.Colors.Color.t(), radius: integer(), style: :none | :solid | :double | :dashed | :dotted, width: integer() }