Custom Soundcloud player supporting single tracks & playlists
import SoundCloud from 'react-custom-soundcloud';
import 'react-custom-soundcloud/dist/style.css';
const MyComponent = () => {
return <SoundCloud
track="194881641"
mini={true}
/>;
}| Name | Type | Default | Description |
|---|---|---|---|
| track | string |
- | ID of track |
| playlist | string |
- | ID of playlist |
| mini | boolean |
false |
Small player with inline play button |
| theme | string |
dark |
Playlist colours - accepts dark or light |
Track or playlist IDs can be found from Soundcloud embed player URLs
- Chrome
- Firefox
- Internet Explorer 10 +
- Opera

