Skip to content

Commit 2eaa8e3

Browse files
committed
docs(readme): add file picker
1 parent 6034e68 commit 2eaa8e3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,15 @@ Extrapolated from [Glow][glow].
118118
* [Example code, simple list](https://github.com/charmbracelet/bubbletea/tree/master/examples/list-simple/main.go)
119119
* [Example code, all features](https://github.com/charmbracelet/bubbletea/tree/master/examples/list-fancy/main.go)
120120

121+
## File Picker
122+
123+
<img src="https://vhs.charm.sh/vhs-yET2HNiJNEbyqaVfYuLnY.gif" width="600" alt="File picker example">
124+
125+
A customizable component for picking a file from the file system. Navigate
126+
through directories and select files, optionally limit to certain file
127+
extensions.
128+
129+
* [Example code](https://github.com/charmbracelet/bubbletea/tree/master/examples/file-picker/main.go)
121130

122131
## Timer
123132

0 commit comments

Comments
 (0)