···11# actor-typeahead
2233+
44+35A small web component that progressively enhances an `<input>` element into an autocomplete for ATProto handles!
4657It works with any web stack and any JavaScript framework.
···22242325If you'd prefer to manually register the custom element, you can use the query string `?tag=none` and call the static method `define`:
24262727+```html
2528<script type="module">
2629 import ActorTypeahead from "actor-typeahead.js?tag=none";
2730 ActorTypeahead.define("some-other-tag");
2831</script>
3232+```
29333034If you're using a bundler, you can install it from npm:
3135