# People Search component
Searches users/people.
- [Basic Usage](#basic-usage)
* [Properties](#properties)
* [Events](#events)
- [Details](#details)
## Basic Usage
```html
```
### Properties
| Name | Type | Description |
| --- | --- | --- |
| results | Observable | The params to show people list |
### Events
| Name | Description |
| --- | --- |
| searchPeople | Raised when the search people with new keyword |
| success | Raised when select the user and click action button |
| closeSearch | Raised when click the clse button |
## Details
```html
{{ 'TASK_DETAILS.LABELS.ADD_PEOPLE' | translate }}
{{ 'PEOPLE.ADD_USER' | translate }}
```