0.0.2 • Published 2 months ago

qwik-spotify-embed v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

qwik-spotify-embed

npm version ci License: MIT

A qwik component for spotify embed. You can easily create embeds using spotify embed url.

閃光([Alexandros]) / NO RAIN, NO RAINBOW(GOHOBI) / It Hurts(Enter Shikari)
They are wonderful tunes, so please give them a listen !! 🎵

Basic Usage

import { SpotifyIframe } from "qwik-spotify-embed";

export default component$(() => {
  return (
    <div>
      <SpotifyIframe
        src={
          "https://open.spotify.com/embed/track/0msE3v0pQgGttnlZjrLzWj?utm_source=generator"
        }
      />
    </div>
  );
});
0.0.2

2 months ago

0.0.1

6 months ago