UNPKG

digitalmarketplace-frontend

Version:

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

21 lines (15 loc) 1 kB
<div class="govuk-form-group govuk-form-group--error govuk-character-count" data-module="govuk-character-count" data-maxwords="10"> <label class="govuk-label govuk-label--m" for="input-example-with-error-and-hint"> Can you provide more detail? </label> <div id="input-example-with-error-and-hint-hint" class="govuk-hint"> Please we realy need it </div> <p id="input-example-with-error-and-hint-error" class="govuk-error-message"> <span class="govuk-visually-hidden">Error:</span> Error message goes here </p> <textarea class="govuk-textarea govuk-textarea--error govuk-js-character-count" id="input-example-with-error-and-hint" name="example-with-error-and-hint" rows="5" aria-describedby="input-example-with-error-and-hint-info input-example-with-error-and-hint-hint input-example-with-error-and-hint-error"></textarea> <div id="input-example-with-error-and-hint-info" class="govuk-hint govuk-character-count__message"> You can enter up to 10 words </div> </div>