R List to CSS declarations as a string
css_props.Rd
R List to CSS declarations as a string
Arguments
- ...
chr
Named css properties, IE characters in the fromproperty = value
- declarations
list
CSS Declarations as a named list ielist(property = value)
- inline
lgl
Should CSS Properties be in inline format?
See also
Other ui:
acc_list()
,
add_sass()
,
box_list()
,
bs4Alert()
,
bs_extract_status()
,
bs_statuses
,
col_10()
,
col_11()
,
col_12()
,
col_1()
,
col_2()
,
col_3()
,
col_4()
,
col_5()
,
col_6()
,
col_7()
,
col_8()
,
col_9()
,
col_auto()
,
copyright()
,
dynamic_row()
,
enurl()
,
fa_arrow_icon()
,
icon_sb()
,
infoIcon()
,
jq_hide()
,
list_to_li()
,
list_to_p()
,
make_action_button()
,
make_columns()
,
rep_br()
,
tagRemoveAttributes()
,
ui_row()
,
ui_tabs()
,
undisplay()
,
with_red_star()
Examples
css_props(display = "none", declarations = list(margin = "0px"))
#> [1] "display: none;\nmargin: 0px;"