TUI components for Bubble Tea 🫧
Go to file
Christian Rocha e9dd6b06e0
Fix duplicate character bug when deleting chars in long strings
If the string is longer than the width of the field and the horizontal
viewport (so to speak) was on the right edge, the last character would
repeat when deleting characters because the viewport offset wasn't being
corrected. This fixes that.
2020-06-20 23:34:19 -04:00
paginator Fix panic in paginator when setting total items to zero 2020-06-02 18:48:00 -04:00
spinner Rename to Bubbles + copy over components from Bubble Tea + remove examples 2020-05-25 20:08:37 -04:00
textinput Fix duplicate character bug when deleting chars in long strings 2020-06-20 23:34:19 -04:00
viewport Document comments 2020-06-20 13:59:13 -04:00
.gitignore Initial commit. Add .gitignore 2020-01-18 10:56:08 -05:00
bubbles.go Rename to Bubbles + copy over components from Bubble Tea + remove examples 2020-05-25 20:08:37 -04:00
go.mod Viewport now can use Bubble Tea high performance scroll renderer (ish) 2020-06-17 20:55:49 -04:00
go.sum Viewport now can use Bubble Tea high performance scroll renderer (ish) 2020-06-17 20:55:49 -04:00
LICENSE Add README and LICENSE 2020-01-27 21:29:52 -05:00
README.md Add README and LICENSE 2020-01-27 21:29:52 -05:00

Tea Party

Components for Tea

⚠️ This project is a pre-release! Check back later.

License

MIT