diff --git a/404.html b/404.html index 2c62119..08a52f2 100644 --- a/404.html +++ b/404.html @@ -1,66 +1,27 @@ - - - - + + + + - Page not found (404) • argonDash - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + - - - - -
-
- + +
+ + + - - -
+
+
-
+ + - - diff --git a/CODE_OF_CONDUCT.html b/CODE_OF_CONDUCT.html index 4456075..21bb7a5 100644 --- a/CODE_OF_CONDUCT.html +++ b/CODE_OF_CONDUCT.html @@ -1,66 +1,12 @@ - - - - - - - -Contributor Covenant Code of Conduct • argonDash - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Contributor Covenant Code of Conduct • argonDash - - + + - - -
-
- -
- -
+
- - + + diff --git a/reference/argonSidebarMenu.html b/reference/argonSidebarMenu.html index 8b78e0e..864929b 100644 --- a/reference/argonSidebarMenu.html +++ b/reference/argonSidebarMenu.html @@ -1,67 +1,12 @@ - - - - - - - -Create a Boostrap 4 argon sidebar menu — argonSidebarMenu • argonDash - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Create a Boostrap 4 argon sidebar menu — argonSidebarMenu • argonDash - - - - + + -
-
- -
- -
+
@@ -120,46 +58,42 @@

Create a Boostrap 4 argon sidebar menu

Build an argon dashboard main sidebar menu

-
argonSidebarMenu(...)
- -

Arguments

- - - - - - -
...

Slot for argonSidebarItem.

+
+
argonSidebarMenu(...)
+
-

Author

+
+

Arguments

+
...
+

Slot for argonSidebarItem.

-

David Granjon, dgranjon@ymail.com

+
+
+

Author

+

David Granjon, dgranjon@ymail.com

+
+
-
- +
- - + + diff --git a/reference/argonTabItem.html b/reference/argonTabItem.html index adfebf7..13ccd4f 100644 --- a/reference/argonTabItem.html +++ b/reference/argonTabItem.html @@ -1,67 +1,12 @@ - - - - - - - -One tab to put inside a tab items container — argonTabItem • argonDash - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -One tab to put inside a tab items container — argonTabItem • argonDash - - - - + + -
-
- -
- -
+
@@ -120,48 +58,43 @@

One tab to put inside a tab items container

One tab to put inside a tab items container

-
argonTabItem(tabName = NULL, ...)
+
+
argonTabItem(tabName = NULL, ...)
+
+ +
+

Arguments

+
tabName
+

The name of a tab. This must correspond to the tabName +of a argonSidebarItem.

-

Arguments

- - - - - - - - - - -
tabName

The name of a tab. This must correspond to the tabName -of a argonSidebarItem.

...

Contents of the tab.

+
...
+

Contents of the tab.

+ +
+
-
- +
- - + + diff --git a/reference/argonTabItems.html b/reference/argonTabItems.html index dbf647c..71b8037 100644 --- a/reference/argonTabItems.html +++ b/reference/argonTabItems.html @@ -1,67 +1,12 @@ - - - - - - - -A container for tab items — argonTabItems • argonDash - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -A container for tab items — argonTabItems • argonDash - - + + - - -
-
- -
- -
+
@@ -120,44 +58,39 @@

A container for tab items

A container for tab items

-
argonTabItems(...)
+
+
argonTabItems(...)
+
-

Arguments

- - - - - - -
...

Items to put in the container. Each item should be a -argonTabItem.

+
+

Arguments

+
...
+

Items to put in the container. Each item should be a +argonTabItem.

+
+
-
- +
- - + + diff --git a/reference/argonTable.html b/reference/argonTable.html index d3c09db..f93035a 100644 --- a/reference/argonTable.html +++ b/reference/argonTable.html @@ -1,67 +1,12 @@ - - - - - - - -Create a Boostrap 4 table container — argonTable • argonDash - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Create a Boostrap 4 table container — argonTable • argonDash - - + + - - -
-
- -
- -
+
@@ -120,133 +58,131 @@

Create a Boostrap 4 table container

Build an argon table container

-
argonTable(
-  ...,
-  cardWrap = FALSE,
-  title = NULL,
-  headTitles,
-  dark = FALSE,
-  width = 12
-)
- -

Arguments

- - - - - - - - - - - - - - - - - - - - - - - - - - -
...

argonTableItems.

cardWrap

Whether to wrap the table in a card. FALSE by default.

title

Card title if any.

headTitles

Table header names. Must have the same length as the number of -argonTableItem in argonTableItems. Set "" to have an empty title field.

dark

Whether to enable dark mode. FALSE by default.

width

Table width. 12 by default.

- -

Author

- -

David Granjon, dgranjon@ymail.com

- -

Examples

-
if (interactive()) {
- library(shiny)
- library(argonR)
- library(argonDash)
- shinyApp(
-  ui = argonDashPage(
-    navbar = argonDashNavbar(), 
-    sidebar = argonDashSidebar(id = "mysidebar"), 
-    header = argonDashHeader(), 
-    body = argonDashBody(
-     argonTable(
-      headTitles = c(
-       "PROJECT",
-       "BUDGET",
-       "STATUS",
-       "USERS",
-       "COMPLETION",
-       ""
-      ),
-      argonTableItems(
-       argonTableItem("Argon Design System"),
-       argonTableItem(dataCell = TRUE, "$2,500 USD"),
-       argonTableItem(
-        dataCell = TRUE, 
-        argonBadge(
-         text = "Pending",
-         status = "danger"
-        )
-       ),
-       argonTableItem(
-        argonAvatar(
-         size = "sm",
-         src = "https://image.flaticon.com/icons/svg/219/219976.svg"
-         )
-       ),
-       argonTableItem(
-        dataCell = TRUE, 
-        argonProgress(value = 60, status = "danger")
-       ),
-       argonTableItem(
-        argonButton(
-         name = "Click me!",
-         status = "warning",
-         icon = "atom",
-         size = "sm"
-        )
-       )
-      )
-     )
-    ), 
-    footer = argonDashFooter()
-  ),
-  server = function(input, output) { }
- )
-}
-
-
-
+
+
argonTable(
+  ...,
+  cardWrap = FALSE,
+  title = NULL,
+  headTitles,
+  dark = FALSE,
+  width = 12
+)
+
+ +
+

Arguments

+
...
+

argonTableItems.

+ + +
cardWrap
+

Whether to wrap the table in a card. FALSE by default.

+ + +
title
+

Card title if any.

+ + +
headTitles
+

Table header names. Must have the same length as the number of +argonTableItem in argonTableItems. Set "" to have an empty title field.

+ + +
dark
+

Whether to enable dark mode. FALSE by default.

+ + +
width
+

Table width. 12 by default.

+ +
+
+

Author

+

David Granjon, dgranjon@ymail.com

+
+ +
+

Examples

+
if (interactive()) {
+ library(shiny)
+ library(argonR)
+ library(argonDash)
+ shinyApp(
+  ui = argonDashPage(
+    navbar = argonDashNavbar(), 
+    sidebar = argonDashSidebar(id = "mysidebar"), 
+    header = argonDashHeader(), 
+    body = argonDashBody(
+     argonTable(
+      headTitles = c(
+       "PROJECT",
+       "BUDGET",
+       "STATUS",
+       "USERS",
+       "COMPLETION",
+       ""
+      ),
+      argonTableItems(
+       argonTableItem("Argon Design System"),
+       argonTableItem(dataCell = TRUE, "$2,500 USD"),
+       argonTableItem(
+        dataCell = TRUE, 
+        argonBadge(
+         text = "Pending",
+         status = "danger"
+        )
+       ),
+       argonTableItem(
+        argonAvatar(
+         size = "sm",
+         src = "https://image.flaticon.com/icons/svg/219/219976.svg"
+         )
+       ),
+       argonTableItem(
+        dataCell = TRUE, 
+        argonProgress(value = 60, status = "danger")
+       ),
+       argonTableItem(
+        argonButton(
+         name = "Click me!",
+         status = "warning",
+         icon = "atom",
+         size = "sm"
+        )
+       )
+      )
+     )
+    ), 
+    footer = argonDashFooter()
+  ),
+  server = function(input, output) { }
+ )
+}
+
+
+
+
+
-
- - + + diff --git a/reference/argonTableItem.html b/reference/argonTableItem.html index 55350f0..d576b1b 100644 --- a/reference/argonTableItem.html +++ b/reference/argonTableItem.html @@ -1,67 +1,12 @@ - - - - - - - -Create a Boostrap 4 table item — argonTableItem • argonDash - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Create a Boostrap 4 table item — argonTableItem • argonDash - - - - + + -
-
- -
- -
+
@@ -120,50 +58,46 @@

Create a Boostrap 4 table item

Build an argon table item

-
argonTableItem(..., dataCell = FALSE)
+
+
argonTableItem(..., dataCell = FALSE)
+
-

Arguments

- - - - - - - - - - -
...

Any HTML element.

dataCell

Whether the cell should be contain data or text. <td> by default.

+
+

Arguments

+
...
+

Any HTML element.

-

Author

-

David Granjon, dgranjon@ymail.com

+
dataCell
+

Whether the cell should be contain data or text. <td> by default.

+ +
+
+

Author

+

David Granjon, dgranjon@ymail.com

+
+
- - - + + diff --git a/reference/argonTableItems.html b/reference/argonTableItems.html index 253eda4..0a93e67 100644 --- a/reference/argonTableItems.html +++ b/reference/argonTableItems.html @@ -1,67 +1,12 @@ - - - - - - - -Create a Boostrap 4 table item row — argonTableItems • argonDash - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Create a Boostrap 4 table item row — argonTableItems • argonDash - - - - + + -
-
- -
- -
+
@@ -120,46 +58,42 @@

Create a Boostrap 4 table item row

Build an argon table item row

-
argonTableItems(...)
- -

Arguments

- - - - - - -
...

Slot for argonTableItem.

+
+
argonTableItems(...)
+
-

Author

+
+

Arguments

+
...
+

Slot for argonTableItem.

-

David Granjon, dgranjon@ymail.com

+
+
+

Author

+

David Granjon, dgranjon@ymail.com

+
+
- - - + + diff --git a/reference/index.html b/reference/index.html index 90c3712..18a84b2 100644 --- a/reference/index.html +++ b/reference/index.html @@ -1,66 +1,12 @@ - - - - - - - -Function reference • argonDash - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Function reference • argonDash - - - - + + -
-
- -
- -
+
- - - - - - - - - - -
-

Skeleton Functions

-

Page main elements

+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+

Skeleton Functions

+

Page main elements

+

argonDashBody()

Create a Boostrap 4 dashboard body

+

argonDashFooter()

Create a Boostrap 4 dashboard footer

+

argonFooterItem()

Create a Boostrap 4 dashboard footer menu item

+

argonFooterMenu()

Create a Boostrap 4 dashboard footer menu

+

argonDashHeader()

Create a Boostrap 4 dashboard header

+

argonDashNavbar()

Create a Boostrap 4 dashboard navbar

+

argonDashPage()

Create a Boostrap 4 dashboard page

+

argonDashSidebar()

Create a Boostrap 4 dashboard sidebar

+

argonDropNav()

Create a Boostrap 4 dashboard dropdown menu

+

argonDropNavDivider()

Create a Boostrap 4 dashboard dropdown menu divider

+

argonDropNavItem()

Create a Boostrap 4 dashboard dropdown menu item

+

argonDropNavTitle()

Create a Boostrap 4 dashboard dropdown menu title

+

argonSidebarDivider()

A divider to put inside argonDashSidebar

+

argonSidebarHeader()

A header to put inside argonDashSidebar

+

argonSidebarMenu()

Create a Boostrap 4 argon sidebar menu

+

argonSidebarItem()

Create a Boostrap 4 argon sidebar menu

+

argonTabItem()

One tab to put inside a tab items container

+

argonTabItems()

A container for tab items

-

Cards

-

Cards components …

+
+

Cards

+

Cards components …

+

argonInfoCard()

Create a Boostrap 4 dashboard info card

-

Extras

-

Extra elements

+
+

Extras

+

Extra elements

+

argonAvatar()

Create a Boostrap 4 avatar

+

argonAvatars()

Create a Boostrap 4 avatar container

+

argonTable()

Create a Boostrap 4 table container

+

argonTableItems()

Create a Boostrap 4 table item row

+

argonTableItem()

Create a Boostrap 4 table item

- -

argonDash Gallery

+
+ +

argonDash Gallery

+

argonDashGallery()

Launch the argonDash Gallery

- +
+
-
- - + + diff --git a/reference/tagAssert.html b/reference/tagAssert.html index ae4cecf..eba0a4b 100644 --- a/reference/tagAssert.html +++ b/reference/tagAssert.html @@ -1,67 +1,12 @@ - - - - - - - -Assert that a tag has specified properties — tagAssert • argonDash - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Assert that a tag has specified properties — tagAssert • argonDash - - - - + + -
-
- -
- -
+
@@ -120,58 +58,53 @@

Assert that a tag has specified properties

Assert that a tag has specified properties

-
tagAssert(tag, type = NULL, class = NULL, allowUI = TRUE)
- -

Arguments

- - - - - - - - - - - - - - - - - - -
tag

A tag object.

type

The type of a tag, like "div", "a", "span".

class

An HTML class.

allowUI

If TRUE (the default), allow dynamic outputs generated by -uiOutput or htmlOutput. When a +

+
tagAssert(tag, type = NULL, class = NULL, allowUI = TRUE)
+
+ +
+

Arguments

+
tag
+

A tag object.

+ + +
type
+

The type of a tag, like "div", "a", "span".

+ + +
class
+

An HTML class.

+ + +
allowUI
+

If TRUE (the default), allow dynamic outputs generated by +uiOutput or htmlOutput. When a dynamic output is provided, tagAssert won't try to validate the the -contents.

+contents.

+
+
- - - + + diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..c8ae50b --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,99 @@ + + + + /404.html + + + /CODE_OF_CONDUCT.html + + + /authors.html + + + /index.html + + + /news/index.html + + + /reference/argonAvatar.html + + + /reference/argonAvatars.html + + + /reference/argonDashBody.html + + + /reference/argonDashFooter.html + + + /reference/argonDashGallery.html + + + /reference/argonDashHeader.html + + + /reference/argonDashNavbar.html + + + /reference/argonDashPage.html + + + /reference/argonDashSidebar.html + + + /reference/argonDropNav.html + + + /reference/argonDropNavDivider.html + + + /reference/argonDropNavItem.html + + + /reference/argonDropNavTitle.html + + + /reference/argonFooterItem.html + + + /reference/argonFooterMenu.html + + + /reference/argonInfoCard.html + + + /reference/argonSidebarDivider.html + + + /reference/argonSidebarHeader.html + + + /reference/argonSidebarItem.html + + + /reference/argonSidebarMenu.html + + + /reference/argonTabItem.html + + + /reference/argonTabItems.html + + + /reference/argonTable.html + + + /reference/argonTableItem.html + + + /reference/argonTableItems.html + + + /reference/index.html + + + /reference/tagAssert.html + +