Skip to content

Commit f023822

Browse files
committed
docs: reference example folder
1 parent d9211ce commit f023822

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ The element also emits **events** as a user interacts with it. This is how you c
8282
|`change` |`string` |Dispatched with every keystroke as the user types (not debounced).|
8383
|`error` |`Error` |Dispatched if an error occures during the request (for example if the rate limit was exceeded.) More on error handling below.|
8484
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+
8589
## Development
8690
8791
```bash

0 commit comments

Comments
 (0)