Works with both Vue 2 , Vue 3 And React.
# or pnpm or yarn
npm install @company-ui/domimport { CompanyAutocomplete } from '@company-ui/dom';
const companyAutocomplete = new CompanyAutocomplete({
target: '#example',
});To learn more, check its documentation.
MIT.