Input
Input — primitive (compat shim).
This component doesn't have a Storybook story yet. The catalog still tracks it so the gap is visible — see
web/components/primitives/input.tsx for the source.When to use
- You're porting a file from
@avala/uiand the original called<Input />. Swap the import path; ship the migration; come back later to upgrade the call site.
When not to use
- New code → use `TextInput`. It includes label, helper text, error state, and Carbon's size matrix out of the box.