a tiny atproto handle typeahead web component

0.1.0

+11
README.md
··· 27 27 ActorTypeahead.define("some-other-tag"); 28 28 </script> 29 29 30 + If you're using a bundler, you can install it from npm: 31 + 32 + ```sh 33 + npm install actor-typeahead 34 + ``` 35 + 36 + Then import it somewhere in your JavaScript. It'll auto-register itself. 37 + 38 + ```js 39 + import "actor-typeahead"; 40 + ``` 30 41 31 42 ## Usage 32 43
-1
index.html
··· 8 8 <actor-typeahead> 9 9 <input /> 10 10 </actor-typeahead> 11 - <p>more text goes here</p> 12 11 </div> 13 12 </body> 14 13 </html>
+1 -1
package.json
··· 1 1 { 2 2 "name": "actor-typeahead", 3 - "version": "1.0.0", 3 + "version": "0.1.0", 4 4 "description": "", 5 5 "main": "actor-typeahead.js", 6 6 "scripts": {