Label

*
(First and last name)
* (Must be a work email address)
<.label label="Email Address"/>
<.label label="Password" required/>
<.label label="Full Name" sublabel="(First and last name)"/>
<.label label="Company Email" required sublabel="(Must be a work email address)"/>
*
(This is a very long sublabel that provides detailed information about what this field should contain and how it will be used in the application)
*
<.label
  label="Very Long Label That Might Wrap to Multiple Lines in Narrow Containers"
  required
/>
<.label
  label="API Key"
  sublabel="(This is a very long sublabel that provides detailed information about what this field should contain and how it will be used in the application)"
/>
<.label label="ID" required/>