Rdocumentation
powered by
Learn R Programming
shinyDND (version 0.1.0)
dragUI: dragUI
Description
Create a draggable UI element.
Usage
dragUI(id, ..., style = NULL, class = "dragelement")
Arguments
id
The div id of the element
...
Any list of elements can be passed inside the div element itself to create more complex draggable elements, not just text
style
Add a string with additional css styling not defined by id or class
class
The css class style, uses the standard "dragelement" class that it comes with
Value
dragable div element