hextastudio/ui needs your support to stay running 🫶 Help us
Music Player
A simple yet modern music player component.
Preview
Go away
by Akun
tsx
import { FaShuffle, FaVolumeHigh } from "react-icons/fa6";
import { RxLoop } from "react-icons/rx";
import { MdPlayArrow, MdSkipNext } from "react-icons/md";
import { MdSkipPrevious } from "react-icons/md";
const MusicPlayer = () => {
return (
<>
<div className="h-full w-full relative bg-zinc-950 bg-opacity-10">
<div className="w-full h-[calc(100%-5rem)] flex items-center justify-center flex-col ">