menu_item | R Documentation |
This creates a menu item using Semantic UI
menu_item(..., item_feature = "", style = NULL, href = NULL)
... |
Content of the menu item: text, icons or labels to be displayed. |
item_feature |
If required, add additional item feature like 'active', 'header', etc. |
style |
Style of the item, e.g. "text-align: center". |
href |
If NULL (default) menu_item is created with 'div' tag. Otherwise it is created with 'a' tag, and parameeter defines its href attribute. |
menu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.