Learn R Programming

calcite (version 0.1.0)

calcite_flow: Create a Flow component

Description

Create a Flow component

Usage

calcite_flow(...)

Value

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

Arguments

...

named attributes passed to htmltools::tag()

Details

Slots

The following slots are provided by this component:

SlotDescription
Default (unnamed)A slot for adding calcite-flow-item elements to the component.

References

Official Documentation

Examples

Run this code
calcite_flow()

Run the code above in your browser using DataLab