We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9211ce commit f023822Copy full SHA for f023822
README.md
@@ -82,6 +82,10 @@ The element also emits **events** as a user interacts with it. This is how you c
82
|`change` |`string` |Dispatched with every keystroke as the user types (not debounced).|
83
|`error` |`Error` |Dispatched if an error occures during the request (for example if the rate limit was exceeded.) More on error handling below.|
84
85
+## Example
86
+
87
+Please see the `example` folder. You can follow the steps in the [**Development**](#development) section to run them directly, too.
88
89
## Development
90
91
```bash
0 commit comments