rauno

Results 33 comments of rauno

Is there work to be continued with regards to the roadmap? The repository does not seem to be that active :/

Ping @siddharthkp, can we get this in?

+1 to this. Same error as OP. Furthermore, can't get the examples to work either in any way. Traceback: ``` ➜ basic git:(master) ✗ npm run bs3:default:dev > [email protected] bs3:default:dev...

I can collapse the draggable item by doing: ``` height: isDragged || props.style.visibility === 'hidden' ? "50px" : "100px", ``` But this still requires me to drag over the initial...

@tajo any ideas here?

`afterDrag` would work for me! With some direction, I could open a PR, if you'd like?

Indeed. Thanks!

Hey @weigelcinthya. Thanks for the interest! Feel free to claim any of these components, and as a first draft, set up an issue following the outlined issue template. This way...

Nice! I implemented this component a while ago but didn't push the changes. I've added the visual preview in https://github.com/raunofreiberg/ui-playbook/commit/1be634d3904b70a8828a0fdc29642e7c17453a4a. ![image](https://user-images.githubusercontent.com/23662329/96466244-79704e00-1232-11eb-8f57-fa76fb1e0cf9.png) Feel free to carry on! ✌️

> Every new component we have to try to port what we think we're building to what WAI thinks we're building, and then do relevant porting back and forth (tabs...