mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-08 22:26:09 +00:00
First pass at notion of input element focus + example
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
module examples
|
||||
|
||||
go 1.13
|
||||
|
||||
replace github.com/charmbracelet/tea => ../../tea
|
||||
|
||||
require (
|
||||
github.com/charmbracelet/tea v0.0.0-20200212224832-82af5a5cb50b
|
||||
github.com/charmbracelet/teaparty v0.0.0-20200212224515-b4d35fd52906
|
||||
golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user