Function reference
The major functions that you will use in building you app are the card.pro() and the moveable() functions. Aside from both function, card.pro also provides some helpful functions to further improve the look and performance of your shiny app. Below are all the functions and their arguments to ensure that you utilize them effectively.
-
card.pro()
- Generate a flexible and extensible card container
-
add.JQuery()
- Attach jQuery to current app if this is not already included
-
altPanel()
- New simple sidebar panel to display content
-
empty.server()
- Empty server function
-
titlePanel2()
footerPanel()
- Create a title and footer bar
-
moveable()
- Generate a moveable grid
-
nav()
- Nav tag
-
primePanel()
- Main panel to display content
-
row()
- Generate a row div
-
tabEntry()
- Create a tab panel item
-
template.loc()
- Template location full text
-
use.cardpro()
- Include stylesheets and scripts
-
wrapper()
- A wrapper for panels