Appearance
Album card
Album cards are specialized cards that represent an album in Funkwhale's interface. Pass an album object to the album
prop to generate a card with the following:
- The album's cover image
- The album's title
- The artist's name
- The number of tracks in the album
Prop | Data type | Required? | Description |
---|---|---|---|
album | Album object | Yes | The album represented by the card. |
The card includes a play button that plays the whole album and a popover containing other actions the user can perform.
template
<fw-album-card :album="album" />
Relatively Long Album Name