moveable: Generate a moveable grid

View source: R/cards.R

moveableR Documentation

Generate a moveable grid

Description

A grid that holds draggable items

Usage

moveable(...)

Arguments

...

The elements to include within the body of the moveable grid

Value

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

Note

For more information on the features of a sortable grid, visit the examples section of the help documentation

Examples

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

card.pro documentation built on April 3, 2025, 10:31 p.m.