functions
MaxLines| modified | Sunday 25 January 2026 |
|---|
Category: Utilities
File: theme.go
Package: ui
1func MaxLines(i int) Wrapper
Documentation pending. Contributions welcome!
1{
2 truncated := MaxLines(2)(Label("Long text that will be truncated after two lines"))
3 _ = truncated
4}

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