react-card-flip
react-card-flip copied to clipboard
React component for card flipping animation.
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.0.1 to 4.3.2. Changelog Sourced from @adobe/css-tools's changelog. 4.3.2 / 2023-11-28 Fix redos vulnerability with specific crafted css string - CVE-2023-48631 Fix Problem parsing with :is() and...
getting errors trying to do an npm install npm i react-card-flip npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected]...
When the horizontal flip occurs, the div just go down some pixels (something like 10px)
When one of the cards (back or front) has overflow: auto or scroll then scrolling works perfectly on Chrome. But in Safari behave like overflow: hidden. I am not sure...
Yes, your mentioned solution https://github.com/AaronCCWong/react-card-flip/issues/38#issuecomment-447589236 fixed in safari. but in my case it is break on chrome browser
If the two DIVs for front and back are different heights it would be nice if the container remained the same size. IE: The size of the largest side. It...
import { useState } from 'react'; import ReactCardFlip from 'react-card-flip'; const Card = () => { const [isFlipped, setIsFlipped] = useState(false) function handleClick(e) { e.preventDefault(); setIsFlipped(!isFlipped); } return ( This...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 6.2.3. Release notes Sourced from ws's releases. 6.2.3 Bug fixes Backported e55e5106 to the 6.x release line (eeb76d31). Commits d87f3b6 [dist] 6.2.3 eeb76d3 [security] Fix...