Ricky
Ricky
## 🐛 Bug report ### Current behavior As discussed in [discussions/805](https://github.com/reakit/reakit/discussions/805). Unable to select text when a dialog is open when the text is not in a focusable container. ###...
Now this is a story all about how my life got flipped turned upside down, and I'd like to take a minute just sit right, there, I'll tell you how...
Hi, First I'd like to say thanks for creating this wrapper for Swiper! I've run into an issue with looped slides and the internal state of each slide. When moving...
## `transition` functionality - [x] Add `transition` prop to allow slider position to be animated with CSS transitions ## `pointer` events - [x] Use pointer events instead of individual mouse/touch...
The slider currently takes props like `position` and moves them to internal states. This is moslty fine but leads to edge cases as shown in https://github.com/nerdyman/react-compare-slider/issues/64. The state for the...
- [ ] Replace yarn with pnpm - [ ] Use Corepack and `packageManager` property in `package.json` to set version - [ ] Make `example` project a workspace so dependencies...
Add ability to disable the slider while still allowing `itemOne` and `itemTwo` to be interacted with. Disabled functionality should abide by a11y changes added in #65. Related issue: https://github.com/nerdyman/react-compare-slider/discussions/51
The main module is getting _pretty_ big. The logic for event handlers should be split into their own hooks where possible and moved to another file.
Since we're now using `clip-path` we can use `%` units instead of pixels. This may remove the need for the `ResizeObverser` in the main component as the percentage value will...
Movement is currently triggered on any mouse button, it should only fire on left click to allow right click to work as normal without the slider sticking to the mouse.