Skip to contents

Create a single tab pane

Usage

tab_pane(title, ..., id = NULL, classes = NULL)

Arguments

title

Tab title shown in the tab bar.

...

Child widget specs for this tab's content.

id

Optional widget id (used as tab identifier).

classes

Optional CSS classes (character vector).

Value

An rtui_spec list.