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