Atproto Handle Popup
llms.txtExample
Usage
<ATProtoHandlePopup onselected={(actor) => console.log('Selected actor:', actor)} />
API Reference
AtprotoHandlePopup
An autocomplete input for searching and selecting AT Protocol (Bluesky) user handles. Uses bits-ui Command for the combobox behavior.
Property Type Description
value $bindable
string
The current input value. Default: —
onselected
function
Callback invoked when a user profile is selected from the results. Default: —
ref $bindable
HTMLInputElement
Reference to the input element. Default: —
Property
value
onselected
ref