diff --git a/README.md b/README.md index c825d61..b6f50b0 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,13 @@ const dropdown = new DropDown({ 4. Push to the branch: `git push origin my-new-feature` 5. Submit a pull request :D +## Compatibility + +Совместимость с приложениями | JS | React | Angular | Vue | +| -------------------------- | :--: | :-----: | :-----: | :--: | +| CG-SELECT | ![image](https://github.com/apuc/cg-select/blob/main/src/images/yes.png) | ![image](https://github.com/apuc/cg-select/blob/main/src/images/yes.png) ![image](https://github.com/apuc/cg-select/blob/main/src/images/no.png) | ![image](https://github.com/apuc/cg-select/blob/main/src/images/no.png) | ![image](https://github.com/apuc/cg-select/blob/main/src/images/no.png)| +| Комментарий | Протестированн в Js приложениях и работает успешно.|Работает только с костылем в виде `setTimeout()` | тесты не проведены| тесты не проведены | + ## History 16.12.2022 - релиз версии 0.1.0! diff --git a/src/images/no.png b/src/images/no.png new file mode 100644 index 0000000..75b56ef Binary files /dev/null and b/src/images/no.png differ diff --git a/src/images/yes.png b/src/images/yes.png new file mode 100644 index 0000000..8db7039 Binary files /dev/null and b/src/images/yes.png differ