bootstrap_slider_colour: Changes bootstrap slider input color individually.

View source: R/bootstrap_slider_colour.R

bootstrap_slider_colourR Documentation

Changes bootstrap slider input color individually.

Description

Note there is currently no solution to change all of them simultaneously Put this function in a for loop for the range of slider_index arguments to make this work

Usage

bootstrap_slider_colour(slider_index = 0, colour = "mediumseagreen")

Arguments

slider_index

A numeric of length one

colour

A character of length one that takes names, rgb or rgba character vectors of rthe slider color

Value

A HTML head element incliuding the necessary css.

Examples

bootstrap_slider_colour()
bootstrap_slider_colour(colour='blue')

aarong1/RshinyHelpers documentation built on June 15, 2022, 4:52 a.m.