README.md

dndselectr

Travis-CI Build
Status AppVeyor Build
Status Coverage
Status Lifecycle
Experimental

Overview

Implements a drag-and-drop Shiny select input

This implementation creates a Shiny input that replicates much of the functionality of selectInput. Multiple zones for dragging and dropping are allowed. Currently utilizes Dragula JS library, https://github.com/bevacqua/dragula.

Installation

# Install the development version from GitHub:
# install.packages("devtools")
devtools::install_github("serenity-r/dndselectr")

Examples

dndselectr::runExample()
#> Valid examples are "01-basic.R", "02-hidden.R", "03-multivalued.R", "04-renderUI.R", "05-multivalued-renderUI.R", "06-selectable.R", "07-renderUI-selectable.R", "08-hidden-entangled.R", "09-selectable-togglevis.R", "10-togglelock.R", "11-partytime.R", "12-removeOnSpill.R", "13-change-direction.R", "14-frozen-items.R", "15-complex-choices.R", "16-max-input.R", "17-check-settings.R", "18-check-api.R", "19-flex.R", "20-shiny-inputs.R", "21-shiny-inputs-modules.R", "22-shiny-inputs-modules-render.R"

Please note that the ‘dndselectr’ project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.



serenity-r/dndselectr documentation built on March 12, 2021, 8:37 a.m.