calcite_tabs: Create a Tabs component

View source: R/components-generated.R

calcite_tabsR Documentation

Create a Tabs component

Description

Create a Tabs component

Usage

calcite_tabs(...)

Arguments

...

named attributes passed to htmltools::tag()

Details

Properties

The following properties are provided by this component:

Name Attribute Description Values Reflects to Attribute
bordered bordered When true, the component will display with a folder style menu. boolean FALSE
layout layout Specifies the layout of the calcite-tab-nav, justifying the calcite-tab-titles to the start ("inline"), or across and centered ("center"). "center" | "inline" TRUE
position position Specifies the position of calcite-tab-nav and calcite-tab-title components in relation to the calcite-tabs. "bottom" | "top" TRUE
scale scale Specifies the size of the component. "l" | "m" | "s" TRUE

Slots

The following slots are provided by this component:

Slot Description
Default (unnamed) A slot for adding calcite-tabs.
title-group A slot for adding a calcite-tab-nav.

Value

an object of class calcite_component which is a subclass of shiny.tag

References

Official Documentation

Examples

calcite_tabs()

calcite documentation built on April 3, 2025, 7:11 p.m.