<p>
    <label for="text">Text Input <abbr title="Required">*</abbr></label>
    <input id="text" type="text" placeholder="Text Input">
</p>
<p>
	<label for="text">Text Input <abbr title="Required">*</abbr></label>
	<input id="text" type="text" placeholder="Text Input">
</p>
/* No context defined for this component. */
  • Handle: @text-input
  • Preview:
  • Filesystem Path: src/patterns/patterns/form-components/text-input/text-input.hbs

Text Input

Updated :focus to use $brand-secondary, which is currently Blue. Needs checking.