We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9732916 commit 76afabeCopy full SHA for 76afabe
1 file changed
README.md
@@ -50,6 +50,7 @@ You can create a drag-and-drop input object in Shiny, using the
50
`rank_list()` function.
51
52
<center>
53
+
54
<img src="man/figures/rank_list_shiny.gif" style = 'width:500px;'></img>
55
</center>
56
@@ -148,6 +149,7 @@ object. This can be useful for bucketing tasks, e.g. asking your
148
149
students to classify objects into multiple categories.
150
151
152
153
<img src="man/figures/bucket_list_shiny.gif" style = 'width:500px;'></img>
154
155
@@ -237,6 +239,7 @@ shinyApp(ui, server)
237
239
You can also use `sortable_js()` to drag and drop other widgets:
238
240
241
242
243
<img src="man/figures/diagrammer.gif" style = 'width:500px;'></img>
244
245
0 commit comments