Appearance
Playlist card
Playlist cards are specialized cards that represent playlists in Funkwhale's interface. Pass a playlist object to the playlist
prop to generate a card with the following:
- A collage of up to 4 album covers from the playlist
- The playlist title
- The user who owns the playlist
- The number of tracks in the playlist
Prop | Data type | Required? | Description |
---|---|---|---|
playlist | Playlist object | Yes | The playlist represented by the card. |
The card includes a play button that plays the playlist and a popover containing other actions the user can perform.
template
<fw-playlist-card :playlist="playlist" />