nav: Nav tag

View source: R/misc.R

navR Documentation

Nav tag

Description

A nav tag for creating HTML navigations

Usage

nav(class, id = NULL, role = NULL, ...)

Arguments

class

The class of the navigation container

id

The identification of the navigation container

role

The character role of the container on the page

...

The content of the container

Value

HTML content of a container with type nav

Examples

nav('sample','id1','sample','some content')

nextGenShinyApps documentation built on Nov. 12, 2023, 5:06 p.m.