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 !! 🎵
import { SpotifyIframe } from "qwik-spotify-embed";
export default component$(() => {
return (
<div>
<SpotifyIframe
src={
"https://open.spotify.com/embed/track/0msE3v0pQgGttnlZjrLzWj?utm_source=generator"
}
/>
</div>
);
});