'use Client' import {motion} from 'framer-motion' import styled from "styled-components" import {useState} from 'react' function Book() { const [isOpen, setOpen] = useState(false) const Container = styled(motion.div)` position: absolute max-width: 18rem cursor: pointer pointer-event: none...
firxworx mentioned thison May 26, 2023 cannot read properties of null (reading 'useRef') next v13.4.0: Verceltailwindlabs/headlessui#2479 Sign up for freeto join this conversation on GitHub.Already have an account?Sign in to comment
Flexible bottom sheet component built with Framer Motion to provide buttery smooth UX while keeping accessibility in mind 🪐 - Temzasse/react-modal-sheet