material_progress: Create a material progress bar

Description Usage Arguments Examples

Description

Create a material progress bar

Usage

1
2
material_progress(main_color = NULL, value = "50",
  secondary_color = NULL)

Arguments

main_color

Progress color. NULL by default. Visit http://materializecss.com/color.html for a list of available colors.

value

Progress value (between 0 and 100)

secondary_color

Progress secondary color. Represents the 100-value part. NULL by default. Visit http://materializecss.com/color.html for a list of available colors.

Examples

1
2
3
material_progress(
 value = "70%"
)

DivadNojnarg/shinymaterialPlus documentation built on May 10, 2019, 9:28 a.m.