-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy path_pkgdown.yml
45 lines (44 loc) · 1.17 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
url: https://yang-tang.github.io/shinyjqui/
template:
bootstrap: 5
bootswatch: simplex
reference:
- title: "Mouse interactions"
desc: >
Attach and manipulate mouse-based interactions to shiny html tags and
input/output widgets
- contents:
- jqui_draggable
- jqui_droppable
- jqui_resizable
- jqui_selectable
- jqui_sortable
- jqui_bookmarking
- title: "Shiny UI with mouse interactions"
desc: "Wrapper functions to create shiny ui with interaction attached."
- contents:
- orderInput
- updateOrderInput
- draggableModalDialog
- sortableCheckboxGroupInput
- sortableRadioButtons
- sortableTabsetPanel
- sortableTableOutput
- selectableTableOutput
- title: "Animation and class effects"
desc: >
Allow element(s) to show animation effects, or menipulate their class(es)
while animating all style changes.
- contents:
- jqui_effect
- jqui_show
- jqui_hide
- jqui_toggle
- get_jqui_effects
- jqui_add_class
- jqui_remove_class
- jqui_switch_class
- title: "Others"
- contents:
- jqui_icon
- jqui_position