The standard text input — sized, labeled, validatable, with built-in error and help-text slots.
Input is the workhorse text field of the catalog. It accepts standard HTML input types (text, email, tel, url, password, number) and adds the design-system-consistent label, placeholder, help-text, and error-state slots that every real form needs.
Validation can be driven by HTML constraint attributes, an external form library (react-hook-form, formik), or via a `validate` prop that runs on blur or submit. Sizing, leading and trailing icons, and a clearable variant are all built in.
Skip the manual import — ask your AI agent to build with this component. The Builder skill knows its props, variants, and idioms.