1.0.1 • Published 5 years ago

react-music-embed v1.0.1

Weekly downloads
38
License
MIT
Repository
github
Last release
5 years ago

react-music-embed 🎧

React component for Apple Music embeds

npm

View demo

Install

npm install --save react-music-embed

Usage

Pass in Apple Music URL (song, album, or playlist) to the url prop. Optionally, pass in width & height props (number in px or string).

import React from 'react'
import Embed from 'react-music-embed'

export default () => (
  <Embed url="https://music.apple.com/us/album/plum/1396292262?i=1396292381" />
)

License

MIT © lachlanjc