react-compare-slider
react-compare-slider copied to clipboard
A slider component to compare any two React components in landscape or portrait orientation. It supports custom images, videos... and everything else.
Added clipItemOne prop, which enables clipping on itemOne. Possible considerations: - add clipItemTwo prop - make clipItemOne true by default (breaking change) I could'nt start the project and storybook on...
Right now only imageTwo is clipped. Comparing two semi-transparent images would be a useful function.
Hey! Seems like the react-compare-slider isn't compatible with react 17.0.2. Error: ``` Module not found: Error: Can't resolve 'react/jsx-runtime' in '.../react-compare-slider/dist' Did you mean 'jsx-runtime.js'? BREAKING CHANGE: The request 'react/jsx-runtime'...
Hello everyone, I wanted to bring to your attention an issue that arose in one of the commits early in 2023 ([Commit Link](https://github.com/nerdyman/react-compare-slider/commit/87ba39ee9258eaaf1ff3b8483f38f03db9c7c83a)). In this commit, the widget received the...
Hey, I'm trying to use this lib, which looks pretty good, although I'm missing a small feature I was using [react-compare-image](https://github.com/junkboy0315/react-compare-image#readme) before, and it has this `aspectRatio` prop feature, allowing...
Hello! I am facing the following situation: I have a page with a vertical slide using your library. Suppose I can't see the slide completely, but I can move the...
- [ ] Closes https://github.com/nerdyman/react-compare-slider/issues/136
Running version 3.X of the package is working fine in Storybook etc, however when we come to write tests for our component, we get the following error: ``` Test suite...