+11
README.md
+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
-1
index.html