Typeahead Item @astryx-svelte/core v0.3.0 · Typeahead
Usage
Default dropdown item renderer for typeahead results. Shows label with optional icon, description, and avatar. Exported for use in custom renderItem implementations.tsimport { Typeahead } from '@astryx-svelte/core';
Examples
Common configurations, variations, and states.TypeaheadItem — Basic
A typeahead whose results are rendered with TypeaheadItem, adding a secondary description below each label. Use inside renderItem to keep custom results visually consistent.