xiaody

Results 21 comments of xiaody

Wow this looks pretty good. 👍

> @xiaody I have re-configured the UI, i need permissions to push the code. Hi @kibuikaCodes , you don't need direct permission of this repo. Just fork this repo, push...

You may try the props `tension ` and `friction`, which are passed to [react-spring](https://react-spring.io/common/configs).

Last time when I checked `[email protected]`, there was some weird issues making this component not work. I'll try to take another look this week. PR is welcomed too.

`[email protected]` is published with latest `react-spring` dependency. The single component `Spring` in `react-spring@8` has been split into two parts in `react-spring@9`, i.e., `Spring` and `animated`. This causes a bit trouble...

Your CarouselContainer and renderCard are empty so I can't say any thing. A runnable stackblitz/codesandbox demo would help debug.

What do you mean by "scroll events"? And what's the use cases?

Are you using the latest (v0.15.0) version? This might be an issue before, but as v0.15.0 we switched the build tool to microbundle which would bundle everything used but not...

The only thing we require is `react`. You can check the node_modules folder. ``` ➜ react-lines-ellipsis pwd /tmp/test2/node_modules/react-lines-ellipsis ➜ react-lines-ellipsis cat package.json | grep version "version": "0.15.0" ➜ react-lines-ellipsis rg...