This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
______ __ _ ______ __ __ __ _ | |
| ___| | | | ___| |/ / | | | | | |
| ___| |_| | |__| \ | |_| | | |
|___| |______|______|__|\__\ |______| | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Accessible Modal.tsx with | |
// Framer Motion and Tailwind CSS | |
// 10 Examples in the comments section below | |
import { createPortal } from 'react-dom' | |
import { Dispatch, HTMLAttributes, SetStateAction, useEffect, useState } from 'react' | |
import { AnimatePresence, motion } from 'framer-motion' | |
import FocusLock from 'react-focus-lock' | |
const effect = { | |
hidden: { |