TextInput
A basic text input with label and helper text.
Snippet
import { TextInput } from '@creo-team/buzz-ui/server'
<TextInput label="Email" placeholder="you@example.com" />
Accessibility: labels should be associated; use aria-invalid for errors.
Full API: /components/input/api