Icons Object

Some fields allow icons to be appended or prepended both inside and outside of the field. If required you could show 4 different icons at the same time in each of the specific locations.

Any icon name from Material Design Icons is an acceptable String.

{
  "prepend"      : "email-edit",
  "prependInner" : "email-edit",
  "append"       : "email-edit",
  "appendOuter"  : "email-edit"
}

Last updated