diff --git a/docs/pages/docs/api.mdx b/docs/pages/docs/api.mdx index b91e92b..230c567 100644 --- a/docs/pages/docs/api.mdx +++ b/docs/pages/docs/api.mdx @@ -1,16 +1,17 @@ ## Props -| Prop | Default | Description | -| ------------ | ---------------- | ------------------------------------------------------------------------------------------------------------------------------ | -| audio | | Songs' information. Could be a single object or an array of objects | -| audio.name | `"Audio name"` | Title of the song | -| audio.artist | `"Audio artist"` | Artist name of the song | -| audio.url | | Url of the media source to play | -| audio.cover | | Url of the album cover image | -| audio.lrc | | Lyrics of the song in raw LRC format | -| audio.theme | | Override theme color for this song. See `theme` prop for theme color explanation | -| theme | `"#ebd0c2"` | Theme color of the player that applies to progress bar, volume control bar and playlist marker. | -| autoPlay | | [See `autoplay` attribute of `