functions
VR| modified | Sunday 25 January 2026 |
|---|
Category: Atoms
File: atoms.go
Package: ui
1func VR(sz int) W
VR creates a vertical rule (divider line) with the specified thickness.
The line spans the full available height using the theme’s border color.
Example:
divider := VR(1) // 1-pixel thick vertical line
Useful for separating columns or creating vertical divisions in layouts.
1{
2 divider := VR(1)
3 _ = divider
4}

This documentation is auto-generated. To update, run make docs