79542663

Date: 2025-03-29 01:28:56
Score: 1
Natty:
Report link
const [isMessageVisible, setIsMessageVisible] = useState(true);


            setTimeout(() => {
                setIsMessageVisible(false);
            }, 8000);

<div className={`my-5 bg-gray-200 p-4 rounded-md text-black transition duration-700 ${isMessageVisible ? 'opacity-100' : 'opacity-0'} `}>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Thiago Humble