All Projects → zzawadz → dragulaR

zzawadz / dragulaR

Licence: other
No description or website provided.

Programming Languages

r
7636 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to dragulaR

email-editor
Email Editor to embed in your SaaS application. Fully customizable and lightweight.
Stars: ✭ 28 (-54.84%)
Mutual labels:  drag-and-drop
Bitcoin-dashboard
A Shiny/R project able to visualize charts about Bitcoin price and performances.
Stars: ✭ 49 (-20.97%)
Mutual labels:  shiny
Adjutant
Runs a pubmed query, returns results and allows user to explore high-level structure of returned documents
Stars: ✭ 59 (-4.84%)
Mutual labels:  shiny
teach-shiny
Materials for the Shiny Train the Trainer workshop
Stars: ✭ 38 (-38.71%)
Mutual labels:  shiny
signdocs
Full-stack clone of DocuSign
Stars: ✭ 58 (-6.45%)
Mutual labels:  drag-and-drop
LNnodeInsight
A DYOR engine for the Bitcoin Lightning Network
Stars: ✭ 16 (-74.19%)
Mutual labels:  shiny
react-web-editor
The react-web-editor is a WYSIWYG editor library. you can resize and drag your component. It also has simple rich text editor
Stars: ✭ 191 (+208.06%)
Mutual labels:  drag-and-drop
Unleash-Shiny
https://rinterface.com/shiny/talks/RPharma2020/
Stars: ✭ 25 (-59.68%)
Mutual labels:  shiny
PhyloProfile
A phylogenetic profile analysis tool
Stars: ✭ 24 (-61.29%)
Mutual labels:  shiny
TraderBot
No description or website provided.
Stars: ✭ 39 (-37.1%)
Mutual labels:  shiny
shinyFilters
Cascading filter modules for Shiny
Stars: ✭ 13 (-79.03%)
Mutual labels:  shiny
trackeRapp
An interactive web application for the analysis of sports data from GPS-enabled tracking devices
Stars: ✭ 27 (-56.45%)
Mutual labels:  shiny
reactodo
Multiple localStorage TODO lists, built with React
Stars: ✭ 28 (-54.84%)
Mutual labels:  drag-and-drop
Unity-Visual-Behavior-Tree
Reactive Visual Scripting Behavior Tree Tool for Unity 2018.x+
Stars: ✭ 36 (-41.94%)
Mutual labels:  drag-and-drop
shiny-ob-analytics
obAnalytics Shiny front-end
Stars: ✭ 59 (-4.84%)
Mutual labels:  shiny
shinyTime
A timeInput widget for Shiny
Stars: ✭ 23 (-62.9%)
Mutual labels:  shiny
MAVIS
MAVIS: Meta Analysis via Shiny
Stars: ✭ 32 (-48.39%)
Mutual labels:  shiny
pct-shiny
The Shiny map for Local Authorites
Stars: ✭ 20 (-67.74%)
Mutual labels:  shiny
VOSONDash
R Shiny application for interactive analysis of networks created by vosonSML.
Stars: ✭ 44 (-29.03%)
Mutual labels:  shiny
v-drag-drop
Minimalistic drag & drop directives for Vue.js
Stars: ✭ 17 (-72.58%)
Mutual labels:  drag-and-drop

Drag'n'drop elements with dragulaR

Travis-CI Build Status AppVeyor Build Status Coverage Status CRAN_Status_Badge Downloads

R's interface for dragula library for moving around elements in shiny app.

Installation:

source("https://install-github.me/zzawadz/dragulaR")

Demo:

Drag'n'drop plots:

library(dragulaR)
runApp(system.file("apps/example01-dragula", package = "dragulaR"))

Track what is in the containers:

runApp(system.file("apps/example02-input", package = "dragulaR"))

Works with renderUI

runApp(system.file("apps/example06-dragula-dynamic-elements-renderUI", package = "dragulaR"))

runApp(
  system.file("apps/example06-dragula-dynamic-elements-renderUI", package = "dragulaR"),
  display.mode = "showcase")

Pass options to dragula

See dragula README for valid options.

runApp(
  system.file("apps/example07-dragula-input-options", package = "dragulaR"),
  display.mode = "showcase")

All examples

library(dragulaR)
dir(system.file("apps/", package = "dragulaR"))
# dashboard-example
# example01-dragula
# example02-input
# example03-dragula-get-elements-order
# example04-dragula-module
# example05-dragula-dynamic-elements
# example06-dragula-dynamic-elements-renderUI
# example07-dragula-input-options
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].