Skip to content

Autocomplete

Searchable select with suggestion list.

import { Autocomplete } from '@truongdq01/ui';
<Autocomplete options={['React', 'Vue', 'Svelte']} />;
  • Refer to the component props in the API reference or source for advanced configuration.