Skip to content

Icons

Icon can be specified using iconName as the property. This internally uses Material community icons from the following project:

An example schema with email icon

{
"fields": [{
"name": "userEmail",
"meta": {
"autoComplete": "email",
"displayName": "Email",
"displayType": "email",
"iconName": "email"
}
}]
}