a tiny atproto handle typeahead web component
atproto bluesky
43
fork

Configure Feed

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

Add MPL

+9
+9
actor-typeahead.js
··· 1 + /* This Source Code Form is subject to the terms of the Mozilla Public 2 + * License, v. 2.0. If a copy of the MPL was not distributed with this 3 + * file, You can obtain one at https://mozilla.org/MPL/2.0/. 4 + * 5 + * Copyright (c) 2026 Jake Lazaroff 6 + * 7 + * Repository: https://tangled.org/jakelazaroff.com/actor-typeahead 8 + */ 9 + 1 10 const template = document.createElement("template"); 2 11 template.innerHTML = ` 3 12 <slot></slot>