Puru Vijay

Results 184 comments of Puru Vijay

Adding a library itself isn't hard, it's adding the docs, and answering any angular integration questions. I'm not knowledgeable in angular and am not ready to undertake such a big...

I could add an option `touchDelay: number` for this, but definitely need to investigate this further

Could be useful for tests I reckon. Won't be hard to do, just count++ in dragStart, slap it to data.neodrag-count and we're good to go

Thanks for opening the issue Please provide a minimal reproduction that I can test against

Someone long presses the box for `delay` duration, and then start to drag. Moving the finger before that `delay` duration cancels dragging. Kind of how native app's drag and drop...

You can always do `export let variant: $$Props['variant']` to avoid typing twice

Hmm i kinda agree though. I've not used $$Props much, but whenever i have, I've always wished there was a `$$RestProps`. @dummdidumm too late to implement something like $$RestProps? 😅

With $$RestProps you shouldn't need to redeclare any props, it should be used just for extending from html attributes props, in theory

Can I add this to my own code? If yes, where?

If i put use client in the confetti component, will it work?