Product Switch
product-switch.Rmd
The product_switch()
allows the user to easily switch between products.
See the official documention for product switch, for all the correct props.
product_switch(
"switch",
product_switch_item(
"item1",
`title-text` = "Home",
`subtitle-text` = "Central Home",
icon = "home"
),
product_switch_item(
"item2",
`title-text` = "Home too",
`subtitle-text` = "Central Home also",
icon = "disconnected"
)
)