https://github.com/zhensherlock/company-autocomplete
company autocomplete component
https://github.com/zhensherlock/company-autocomplete
autocomplete autocomplete-search autocomplete-suggestions company company-info company-information javascript typescript
Last synced: about 1 year ago
JSON representation
company autocomplete component
- Host: GitHub
- URL: https://github.com/zhensherlock/company-autocomplete
- Owner: zhensherlock
- License: mit
- Created: 2023-03-08T07:59:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T09:02:38.000Z (about 1 year ago)
- Last Synced: 2025-04-09T21:14:08.956Z (about 1 year ago)
- Topics: autocomplete, autocomplete-search, autocomplete-suggestions, company, company-info, company-information, javascript, typescript
- Language: TypeScript
- Homepage: https://zhensherlock.github.io/company-autocomplete/
- Size: 19.3 MB
- Stars: 197
- Watchers: 6
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Company Autocomplete
Works with both Vue 2 , Vue 3 And React.
# Translations
* [中文文档](README_zh.md)
## Installing
```bash
# or pnpm or yarn
npm install company-autocomplete
```
## Usage
### General
```ts
import { CompanyAutocomplete } from 'company-autocomplete'
const companyAutocomplete = new CompanyAutocomplete({
target: '#example'
})
```
## Documentation
To learn more, check [its documentation](https://zhensherlock.github.io/company-autocomplete).
## Maintainers
[@zhensherlock](https://github.com/zhensherlock).
## Contributing
Feel free to dive in! [Open an issue](https://github.com/zhensherlock/company-autocomplete/issues/new/choose) or submit PRs.
Standard Readme follows the [Contributor Covenant](http://contributor-covenant.org/version/1/3/0/) Code of Conduct.
### Contributors
This project exists thanks to all the people who contribute.
## License
[MIT](LICENSE) © MichaelSun