gitstack

grindlemire/go-tui code browser

507 B markdown 17 lines 2026-04-18 · 7dc88fd raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Elements

Showcases the built-in HTML-like elements (`<div>`, `<span>`, `<button>`, `<input>`, `<textarea>`, `<table>`, `<progress>`, `<hr>`, and more) with their default behaviors and attributes. Demonstrates reactive value binding, Tab/Shift+Tab focus cycling, and gradient border styling on Input and TextArea.

## Screenshot

![Elements](../../docs/images/guides/05.png)

## Run

```bash
go run .
```

## Guide

For a detailed walkthrough, see the [Elements guide](https://go-tui.dev/guide/elements).