Untitled
ref={asideRef} style={{ display: propToggleButton ? "block" : "none" }} className={`fixed ${propToggleButton ? "lg:flex" : "hidden"} z-20 h-full top-0 bg-[#141414] shadow-lg left-0 lg:flex flex-shrink-0 flex-col w-[324px] transition duration-500 ease-in-out delay-150`}
Leave a Comment