Add image and example link for Help bubble

This commit is contained in:
Christian Rocha 2021-09-07 13:13:53 -04:00
parent 0f290114f5
commit 8ad268837a

View File

@ -97,11 +97,14 @@ Extrapolated from [Glow][glow].
## Help ## Help
<img src="https://stuff.charm.sh/bubbles-examples/help.gif" width="500" alt="Help Example">
A customizable horizontal mini help view that automatically generates itself A customizable horizontal mini help view that automatically generates itself
from your keybindings. It features single and multi-line modes, which the user from your keybindings. It features single and multi-line modes, which the user
can optionally toggle between. It will truncate gracefully if the terminal is can optionally toggle between. It will truncate gracefully if the terminal is
too wide for the content. too wide for the content.
* [Example code](https://github.com/charmbracelet/bubbletea/blob/master/examples/help/main.go)
## Key ## Key