Description Usage Arguments Examples
Create a material progress bar
1 2 | material_progress(main_color = NULL, value = "50",
secondary_color = NULL)
|
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. |
1 2 3 | material_progress(
value = "70%"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.