Icon component
Icons are useful visual indicator to give a subtle tip to the user. In this lesson let's explore how to use lowcodera icons.
Insert icon component on the gallery
Switch(
ThisItem.Category.Value,
"Planning",
"calendar",
"Design",
"pen",
"Engineering",
"building",
"Marketing",
"ad",
"Research",
"atom"
)Property
Value

Last updated