# MultiSelect

How To Inport Select.

```js
import { MultiSelect } from "phoenix-components-library";
```

### Instructions

Use `options` to add options to Multiselect

Use `defaultOptions` to fill Multiselect with selected options

Use `placeholder` to add a placeholder to Multiselect

Use `disabled` to disable a Multiselect

### Tips

> Follow prop type share for `option` and `defaultOptions`

> If you need to add a secound label to select yust add `secoundaryLabel` inside your `options` object and it will be shown automatically
