Skip to main content
Settings
Color Mode
Theme Skin
Background

Appearance preferences are saved in this browser only.

Environment
Current Environment Dev

Built with JEKYLL_ENV=development. Changes auto-reload under jekyll serve.

Theme & Build
Jekyll v3.10.0
Last Build Aug 15, 03:35
Page Location
Page Info
Layout root
Collection none
Path _design-system/components/forms/Input.prompt.md
URL /_design-system/components/forms/Input.prompt/

Labelled text field for forms, search, and the config wizard.

<Input label="Site title" placeholder="My Site" icon="globe"
  help="Shown in the navbar and browser tab." />
<Input label="Email" type="email" invalid help="Enter a valid email address." />

Focus shows the primary token ring (red when invalid). Pass icon for a leading Bootstrap Icon, help for helper/error text, disabled to mute the field. Controlled via value + onChange.