Skip to contents

Create a Flow component

Usage

calcite_flow(...)

Arguments

...

named attributes passed to htmltools::tag()

Value

an object of class calcite_component which is a subclass of shiny.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.

Examples

calcite_flow()
#> <calcite-flow></calcite-flow>