react-flipcard icon indicating copy to clipboard operation
react-flipcard copied to clipboard

React flip card component

Results 19 react-flipcard issues
Sort by recently updated
recently updated
newest added

When i import `FlipCard` component, it gives the following warning:- TypeError: Cannot read property 'string' of undefined ``` 64010 | displayName: 'ReactFlipCard', 64011 | 64012 | propTypes: { > 64013...

Hello. This can't work with SSR as injectStyle will only work Client Side. (Just letting you know)

When i import `FlipCard` component, it gives the following warning:- TypeError: Cannot read property 'string' of undefined ``` 64010 | displayName: 'ReactFlipCard', 64011 | 64012 | propTypes: { > 64013...

Is there a way to flip a single element on a page full of flippable elements using a function? Currently its based on the component state, I've tried adding a...

Converts components to ES6 classes and refactors for separate prop-types library. Loses children prop-types handling and test, which I couldn't get to work on a deadline...

upgrade peerDependencies to support react 15 and necessary accompanying changes

Hello, I am trying to use the lib with react 16, I saw that there is a https://github.com/Dash-OS/react-flipcard-2 that should work with react 16. The thing is that it still...

I'm attempting to use react-flipcard using bootstrap rows and cols. Unfortunately the cards all stack on top of one another rather than the intended effect. Any insights on how I...

Hi, I was glad to find this component, it's pretty sweet - thanks! I'd like to add the option to avoid focusing after flipping. I will gladly work on a...