···2727 ActorTypeahead.define("some-other-tag");
2828</script>
29293030+If you're using a bundler, you can install it from npm:
3131+3232+```sh
3333+npm install actor-typeahead
3434+```
3535+3636+Then import it somewhere in your JavaScript. It'll auto-register itself.
3737+3838+```js
3939+import "actor-typeahead";
4040+```
30413142## Usage
3243