๐Ÿ“ฆ aquaticcalf / cityvoicejsold

๐Ÿ“„ actionbutton.jsx ยท 10 lines
1
2
3
4
5
6
7
8
9
10function Actionbutton() {
  return(
    <div className="bg-[#0047FF] w-[50px] h-[50px] absolute bottom-[5px] right-[5px] rounded-[50%] flex items-center justify-center select-none cursor-pointer">
      +
    </div>
  )
}

export default Actionbutton