diff --git a/README.md b/README.md index 9d15784..0b0a745 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ floating window. Create a single window containing multiple typed inputs (single-line text, multiline text, select dropdowns), collect results via an `on_submit` callback. +![input form example](/input-form.gif) + ## Features - Bordered floating window with optional title diff --git a/input-form.gif b/input-form.gif new file mode 100644 index 0000000..28dbe8a Binary files /dev/null and b/input-form.gif differ