dropUI: dropUI

Description Usage Arguments Value

View source: R/dropUI.R

Description

dropUI

Usage

1
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


shinyDND documentation built on May 2, 2019, 6:52 a.m.