{
  "name": "SearchBox",
  "props": {
    "label": "Search",
    "defaultValue": "",
    "icon": "search",
    "clearButton": {
      "component": "CommandButton",
      "props": {
        "icon": "x",
        "modifier": "noLabel",
        "tag": "button",
        "customClasses": "ms-SearchBox-close"
      }
    },
    "filterButton": {
      "component": "CommandButton",
      "props": {
        "icon": "Filter",
        "modifier": "noLabel",
        "tag": "button",
        "customClasses": "ms-SearchBox-filter"
      }
    }
  }
}
