react-marquee-slider icon indicating copy to clipboard operation
react-marquee-slider copied to clipboard

The marquee slider of your deepest dreams. Only for React.js ⛺

Results 16 react-marquee-slider issues
Sort by recently updated
recently updated
newest added

Hi, thank you for creating this amazing module. I tried to use it, but the problem is children props is missing: ``` Type '{ children: Element[]; velocity: number; }' is...

The elements appear to move faster on mobile devices, it's probably due to the change of the container's width.

Hey, great marquee package! I'm often using Emotion for my projects, would it be possible to make Styled Components optional somehow? Feels unnecessary to use two frameworks that achieve the...

Perhaps I'm misunderstanding the prop or the goals of this library, but I'm looking to add marquee scroll to a horizontal list of items. ```jsx {customSortedIDPs(providers).map((provider) => ( ))} ```...

It would be nice if the slider can have `shuffleItems?: boolean` prop.

The following example results in `style="animation-duration: 0s;"` even after some children are finally rendered. ```js import React, {useEffect, useState} from 'react'; const Component = () => { const [items, setItems]...

![Screenshot](https://user-images.githubusercontent.com/722991/93658234-43815380-fa53-11ea-852e-3cb2d5fea3b4.png) Shouldn't the content be left-aligned initially?

[This](https://github.com/mxmzb/react-marquee-slider/blob/master/example/src/components/code/playground.js) should reflect [this](https://github.com/mxmzb/react-marquee-slider/blob/master/example/src/components/playground.js#L213-L235)

documentation

Bumps [next](https://github.com/vercel/next.js) from 12.2.3 to 12.2.4. Release notes Sourced from next's releases. v12.2.4 Core Changes Fix error message typos: #38894 Update to latest version of @​vercel/nft: #38878 fix(#38090): add missing...

dependencies