UNPKG

@base-ui/react

Version:

Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.

10 lines (9 loc) 348 B
'use client'; import { ComboboxInputGroup } from "../../combobox/input-group/ComboboxInputGroup.js"; /** * A wrapper for the input and its associated controls. * Renders a `<div>` element. * * Documentation: [Base UI Autocomplete](https://base-ui.com/react/components/autocomplete) */ export const AutocompleteInputGroup = ComboboxInputGroup;