Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more
Module

x/lunchbox/islands/Autocomplete/index.tsx

Component Library 🍱 for Deno πŸ¦• Fresh πŸ‹
Latest
import * as lunchbox from "https://deno.land/x/lunchbox@v1.0.2/islands/Autocomplete/index.tsx";

Autocomplete

Organism

This module contains the render function for the <Autocomplete /> island.

Functions


<Autocomplete />

The Autocomplete component provides a text input with suggestions dropdown based on user input. It allows selecting from predefined options and handles keyboard events for selection and navigation.