# People Search component Searches users/people. ## Basic Usage ```html ``` ### Properties | Name | Type | Default value | Description | | ---- | ---- | ------------- | ----------- | | results | `Observable` | | The parameters to show people list. | ### Events | Name | Type | Description | | ---- | ---- | ----------- | | searchPeople | `EventEmitter` | Emitted when a search is performed with a new keyword. | | success | `EventEmitter` | Emitted when a user is selected and the action button is clicked. | | closeSearch | `EventEmitter<{}>` | Emitted when the "close" button is clicked. | ## Details ```html {{ 'TASK_DETAILS.LABELS.ADD_PEOPLE' | translate }} {{ 'PEOPLE.ADD_USER' | translate }} ```