mirror of https://github.com/mum4k/termdash.git
Adding recording of formdemo.
This commit is contained in:
parent
c3be258da0
commit
75518b5938
|
@ -97,6 +97,14 @@ go run github.com/mum4k/termdash/widgets/textinput/textinputdemo/textinputdemo.g
|
||||||
|
|
||||||
[<img src="./doc/images/textinputdemo.gif" alt="textinputdemo" type="image/gif" width="80%">](widgets/textinput/textinputdemo/textinputdemo.go)
|
[<img src="./doc/images/textinputdemo.gif" alt="textinputdemo" type="image/gif" width="80%">](widgets/textinput/textinputdemo/textinputdemo.go)
|
||||||
|
|
||||||
|
Can be used to create text input forms that support keyboard navigation:
|
||||||
|
|
||||||
|
```go
|
||||||
|
go run github.com/mum4k/termdash/widgets/textinput/formdemo/formdemo.go
|
||||||
|
```
|
||||||
|
|
||||||
|
[<img src="./doc/images/formdemo.gif" alt="formdemo" type="image/gif" width="80%">](widgets/textinput/formdemo/formdemo.go)
|
||||||
|
|
||||||
## The Gauge
|
## The Gauge
|
||||||
|
|
||||||
Displays the progress of an operation. Run the
|
Displays the progress of an operation. Run the
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 379 KiB |
Loading…
Reference in New Issue