Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T08:39:12.000Z (10 months ago)
- Last Synced: 2024-04-14T14:33:52.283Z (9 months ago)
- Topics: autocomplete, autocomplete-search, autocomplete-suggestions, company, company-info, company-information, javascript, typescript
- Language: TypeScript
- Homepage: https://zhensherlock.github.io/company-autocomplete/
- Size: 11.6 MB
- Stars: 166
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
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