div_maker: Div maker

Description Usage Arguments Examples

View source: R/tile_maker.R

Description

This function takes buttons made by any of the solo or multi buttons and makes an a row (HTML 'div') suitable for inclusion in other HTML code, or for inclusion within the function of this package 'finisher'.

Usage

1
div_maker(subtitle, textModifier, ...)

Arguments

subtitle

The text heading of this row of buttons

textModifier

Optional css category of "large" text. In this case, subtitle. Use css flags like "h2", "h3","p", etc. Default = "h1"

...

buttons to insert into the div elements.

Examples

1
2
3
4
5
div_maker(
  subtitle = "Quantativity factors", textModifier = "h1",
  solo_gradient_box(value = 70),
  solo_box(value = 34)
)

mexindian/TileMaker documentation built on Feb. 1, 2022, 2:09 p.m.