A Web Component that provides typeahead suggestions for AT Protocol (Bluesky) handles. Uses the public app.bsky.actor.searchActorsTypeahead API directly from the client.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump to 0.2.1 — update license metadata to MPL-2.0

+1 -1
+1 -1
deno.json
··· 1 1 { 2 2 "name": "@tijs/actor-typeahead", 3 - "version": "0.2.0", 3 + "version": "0.2.1", 4 4 "description": "Typeahead Web Component for AT Protocol (Bluesky) actor handles", 5 5 "exports": { 6 6 ".": "./mod.ts"