Ryan Bertrand
Ryan Bertrand
Hey guys, I really wanted this feature so I implemented it in a fork. I am happy to submit a PR if you haven't started on this yet. **PR Preview**...
Unfortunately, I ran into this same issue. This seems to be the culprit: `if (daysDiff > 0 && daysDiff
@kommen thanks - that is very cool! It looks like react-component/tooltip doesn't build a standalone js and min file like Slate does in the /dist directory. https://unpkg.com/[email protected]/ I think this...
It looks like rc-slider made it work. Running webpack to spit out a standalone .js and .min.js file. rc-slider is from the same author as rc-tooltip. https://github.com/cljsjs/packages/tree/master/rc-slider
If your images are in a scrolling container, you will need to add the container key to the init. ```container: '#scrolling-container' // Default is window```