Button Object

You can optionally control the look and feel of the "submit" button and "clear" buttons in a form.

JSON Configuration

"button": {} See usage here

{
  "text"            : "Send",
  "icon"            : "send-circle",
  "color"           : "secondary",
  "clearButtonText" : "Clear"
}

Last updated