dropUI {shinyDND} | R Documentation |
dropUI
Description
dropUI
Usage
dropUI(id, style = NULL, class = "dropelement", row_n = 1, col_n = 1)
Arguments
id |
The div id of the element |
style |
The css styling |
class |
The css class style |
row_n |
set the number of rows to be used in the vertical selection. Height is proportional to the number of rows. |
col_n |
set the number of columns to be used in the vertical selection. Width is proportional to the number of columns. |
Value
div element with nested elements if vertical is true
[Package shinyDND version 0.1.0 Index]