react-flickity-component
react-flickity-component copied to clipboard
A React.js component for using @desandro's Flickity
Basically I have a dropdown in which each option has an attribute corresponding to the ID of an image. My goal is to go to that image when an option...
I was hoping to create a HOC where I’d hook on Flickity events to set a loading state so that I could display a kind of mock or loading skeleton...
I'm trying to render this carousel component on Small viewports, and a plain list in other viewports. I'm using `window.matchMedia` to render one or the other component ``` import React,...
When I drag the any item other than the current item, the slider is set back to the first item. Following options are set: draggable: true, cellAlign: 'left', pageDots: false,...
Hello, readme says to install 2.3.0 as peer dependency, but then when you install react-flickity-component Terminal shows the following warning: ```shell warning " > [email protected]" has unmet peer dependency "flickity@^2.2.1"....
The behaviour of `reloadOnUpdate` doesn't work as I expected. The `Flickity` component is not memoised, which means [a re-render of the parent will always cause an update in the Flickity...
Please take a look at https://dev.to/astagi/publish-to-npm-using-github-actions-23fn also we can use https://github.com/marketplace/actions/npm-publish to publish package based on version changes on package.json file