forked from dewikiswani/LUSITA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
navbar.R
34 lines (33 loc) · 861 Bytes
/
navbar.R
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
argonNav <- argonDashNavbar(
argonDropNav(
title = "Theme 2 - Sustainable Livelihoods",
src = "https://pbs.twimg.com/profile_images/1191981430689144834/Em5N9JbQ_400x400.jpg"
)
# vertical = FALSE,
# skin = "light",
# background = "white",
# size = "lg",
# side = "right",
# argonRow(
# argonColumn(
# width = 12,
# fluidRow(
# column(6,
# argonSidebarMenu(
# argonSidebarItem(
# tabName = "modul1",
# icon = argonIcon(name = "tv-2", color = "info"),
# "Database Profitability"
# ))),
#
# column(6,
# argonSidebarItem(
# tabName = "template",
# icon = argonIcon(name = "atom", color = "danger"),
# "Membangun PAM dari Data Template"
# )
# )
# )
# )
# )
)