[AAE-534] Core - add search cloud component (#5193)

* [AAE-534] - add search cloud component

* change doc file

* more changes on doc file

* remove empty scss file

* add animation and more customizations

* add preselect value property

* fix unit tests
This commit is contained in:
Silviu Popa
2019-10-30 09:44:37 +02:00
committed by Denys Vuika
parent af6bd0892c
commit 7698fb8edb
14 changed files with 514 additions and 2 deletions

View File

@@ -42,6 +42,7 @@ export * from './clipboard/index';
export * from './dialogs/index';
export * from './icon/index';
export * from './notifications/index';
export * from './search-cloud/index';
export * from './utils/index';
export * from './interface/index';