Border rendering for styled boxes.
Provides predefined border styles and functions for rendering borders around text content.
Border rendering for styled boxes. Provides predefined border styles and functions for rendering borders around text content.
Terminal color handling.
Supports:
Terminal color handling. Supports: - ANSI 16 basic colors (0-15) - ANSI 256 extended palette (0-255) - True color RGB (24-bit)
Main styling API.
Create styles as maps and apply them to text.
Example: (def my-style (style :fg (rgb 255 0 0) :bold true :padding [1 2])) (render my-style "Hello!") ; => styled text
Main styling API. Create styles as maps and apply them to text. Example: (def my-style (style :fg (rgb 255 0 0) :bold true :padding [1 2])) (render my-style "Hello!") ; => styled text
Layout utilities: padding, margin, alignment, and joining.
Layout utilities: padding, margin, alignment, and joining.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |