# Element: box
# Bordered panel. Atomic — composes nothing.
#
# The Rust module is named `boxed` because `box` is a reserved keyword,
# but the spec/user-facing name is "box".
[]
= "box"
= "element"
= "Bordered panel with optional title. Thin wrapper around ratatui's Block, sourced from palette."
= ["ratatui"]
[]
= "string"
= ""
= "Optional title rendered in the top border. Empty string suppresses."
[]
= "enum"
= ["all", "none", "top", "bottom", "left", "right"]
= "all"
= "Which edges draw a border."
[]
= "border"
= "primary"