ArtistDropdownCompoundMessage example:

```js
<ArtistDropdownCompoundMessage
    artist="Test1&Test2"
    separateArtists={ ['Test1', 'Test2'] }
    disabled={ false }
    onCancel={ () => console.log('Cancelled') }
    onConfirm={ () => console.log('Confirmed') }
/>
```
