diff --git a/docs/css_types/border.md b/docs/css_types/border.md index e85311b1a..e44d294d5 100644 --- a/docs/css_types/border.md +++ b/docs/css_types/border.md @@ -6,6 +6,14 @@ The `` CSS type represents a border style. --8<-- "docs/snippets/type_syntax/border.md" +## Border command + +The `textual` CLI has a subcommand which will let you explore the various border types interactively, when applied to the CSS rule [`border`](../styles/border.md): + +``` +textual borders +``` + ## Examples ### CSS