Autocomplete
An input that suggests options as you type.
Installation
Add the component to your project using the following command:
Usage
Import
Import the component and its related parts.
Structure
The expected structure and composition of the component.
The items prop is an array of objects that define the options to be displayed in the autocomplete popup. Each object should have a value and a label property.