@company-ui/autocomplete-dom
Advanced tools
Comparing version 1.0.0-alpha.1 to 1.0.0
{ | ||
"name": "@company-ui/autocomplete-dom", | ||
"version": "1.0.0-alpha.1", | ||
"version": "1.0.0", | ||
"description": "Company UI autocomplete dom", | ||
@@ -57,4 +57,4 @@ "author": "zhensherlock", | ||
"@floating-ui/dom": "^1.5.1", | ||
"@company-ui/autocomplete-core": "^1.0.0-alpha.1", | ||
"@company-ui/shared": "^1.0.0-alpha.1" | ||
"@company-ui/autocomplete-core": "^1.0.0", | ||
"@company-ui/shared": "^1.0.0" | ||
}, | ||
@@ -61,0 +61,0 @@ "scripts": { |
@@ -15,1 +15,30 @@ <p align="center"> | ||
# `@company-ui/autocomplete-dom` | ||
Works with both Vue 2 , Vue 3 And React. | ||
## Installing | ||
```bash | ||
# or pnpm or yarn | ||
npm install @company-ui/autocomplete-dom | ||
``` | ||
## Usage | ||
### General | ||
```ts | ||
import { CompanyAutocomplete } from '@company-ui/autocomplete-dom'; | ||
const companyAutocomplete = new CompanyAutocomplete({ | ||
target: '#example', | ||
}); | ||
``` | ||
## Documentation | ||
To learn more, check [its documentation](https://company-ui.github.io/company-ui/). | ||
## License | ||
[MIT](LICENSE). |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1137708
0
44