Skip to content

kesikselma/qwik-spotify-embed

 
 

Repository files navigation

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>
  );
});

About

🎵 Qwik component for spotify embed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 83.0%
  • JavaScript 14.7%
  • Shell 1.7%
  • HTML 0.6%