digitalmarketplace-frontend
Version:
Digital Marketplace Frontend contains assets and components used in Digital Marketplace projects
13 lines (9 loc) • 360 B
HTML
<div class="govuk-form-group">
<label class="govuk-label govuk-label--m" for="input-example">
Here is the service question
</label>
<div id="input-example-hint" class="govuk-hint">
This is a hint for the question
</div>
<input class="govuk-input" id="input-example" name="example" type="text" aria-describedby="input-example-hint">
</div>