Home Components Colors Typography Blog Blocks
Peacock Home Components Colors Typography Blog Blocks Direction Theme

Field

Wrapper for form fields with label and help text.

Usage


  <wc-field label="Email" helper-text="We never share your email">
    <input type="email" placeholder="name@example.com">
  </wc-field>

  <wc-field label="Username" required="true" error="true" error-text="Username is required">
    <input value="john_doe">
  </wc-field>

API Reference

Properties

On this page

Field

Sponsor