Learn R Programming

card.pro (version 2.3.0)

moveable: Generate a moveable grid

Description

A grid that holds draggable items

Usage

moveable(...)

Value

HTML code of a container that allows items within it to be draggable

Arguments

...

The elements to include within the body of the moveable grid

Examples

Run this code
moveable(
  htmltools::tags$div("A"),
  htmltools::tags$div("B")
)

Run the code above in your browser using DataLab