From 8b3bfee06da7971eb2281d253b18e62c6121e991 Mon Sep 17 00:00:00 2001 From: Maas Lalani Date: Tue, 6 Sep 2022 13:20:57 -0400 Subject: [PATCH] docs: add table bubble to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 43ee347..f672b6f 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,15 @@ options. * [Example code, chat input](https://github.com/charmbracelet/bubbletea/tree/master/examples/chat/main.go) * [Example code, story time input](https://github.com/charmbracelet/bubbletea/tree/master/examples/textarea/main.go) +## Table + +Table Example + +A component for displaying and navigating tabular data (columns and rows). +Supports vertical scrolling and many customization options. + +* [Example code, countries and populations](https://github.com/charmbracelet/bubbletea/tree/master/examples/table/main.go) + ## Progress