Tag: React component builder

Description Usage Format Examples

Description

Create a React component. This is similar to React.

Usage

1

Format

An object of class ReactTagBuilder of length 0.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
Tag$Box(
  bg = "tomato",
  Tag$ButtonGroup(
    spacing = "4",
    Tag$Button(
      "I'm a button"
    ),
    Tag$Button(
      "I'm another button"
    )
  )
)

shinyChakraUI documentation built on Jan. 5, 2022, 5:08 p.m.