digitalmarketplace-govuk-frontend
Version:
Digital Marketplace GOV.UK Frontend contains the code you need to start building a user interface for Digital Marketplace.
14 lines (10 loc) • 440 B
Markdown
# Search box
A search box is a search input with styled submit button.
It takes the following parameters:
* id - the ID of the search box component
* ariaLabel - the aria label of the search box component
* inputId - the ID of the search input
* inputName - the Name of the search input
* inputValue - the value of the search input
* inputLabel - the label of the search input
* inputAriaControls - the aria-controls of the search input