Description Usage Arguments Examples
Create a material icon
1 2 |
name |
Icon to display. Choose here: https://materializecss.com/icons.html. |
circle |
Whether to circle the icon. FALSE by default. |
color |
Icon color. Use when circle is TRUE. Visit http://materializecss.com/color.html for a list of available colors. |
position |
Icon position. NULL, "right" or "left". |
closable |
Whether the icon is closable or not. Perfect to be insert in material_chip. |
size |
Icon size: "tiny", "small", "medium" or "large". |
1 2 3 | material_icon(
name = "add"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.