dragula
dragula copied to clipboard
Container-based options
Please only use GitHub issues for bug reports and feature requests.
- [x] Read the contributing guidelines
- [x] Feature requests should be multi-purpose, describe use cases
- [x] For support requests or questions, please refer to our Slack channel
I have a feature request for container-based options within the same drake
as I could not find a way for this in the docs. This would be very useful if we want to maintain a single instance of drake
, but have different behaviours for different container elements. So one could for example do something like this: drake.containers.push($('.content-panel')[0], {copy:true} );
to get a single container in your drake instance, that'd be a copy
container.
@bevacqua Any plans on supporting this?