UNPKG

digitalmarketplace-frontend

Version:

Digital Marketplace Frontend contains assets and components used in Digital Marketplace projects

45 lines (44 loc) 1.07 kB
[ { "name": "id", "type": "string", "required": true, "description": "The id of the search box component" }, { "name": "ariaLabel", "type": "string", "description": "The aria label for the search box component", "required": false }, { "name": "inputId", "type": "string", "required": true, "description": "The id of the search input" }, { "name": "inputName", "type": "string", "required": true, "description": "The name of the search input" }, { "name": "inputValue", "type": "string", "description": "The value of the search input", "required": false }, { "name": "inputLabel", "type": "string", "required": true, "description": "The label of the search input" }, { "name": "inputAriaControls", "type": "string", "description": "Aria controls for search input", "required": false } ]