Works with React.
# or pnpm or yarn
npm install @company-ui/react
npm install @company-ui/style
import '@company-ui/style';
import { AutoComplete } from '@company-ui/react';
<AutoComplete
popupAppendToBody={false}
defaultValue={inputValue}
value={inputValue}
onChange={setInputValue}
></AutoComplete>
To learn more, check its documentation.
Feel free to dive in! Open an issue or submit PRs.
Standard Readme follows the Contributor Covenant Code of Conduct.
This project exists thanks to all the people who contribute.
MIT © MichaelSun