MCPcopy Create free account
hub / github.com/composify-js/composify / Input

Function Input

packages/react/src/ui/Input/Input.tsx:9–11  ·  view source on GitHub ↗
({ className, ...props })

Source from the content-addressed store, hash-verified

7type Props = ComponentProps<'input'>;
8
9export const Input: FC<Props> = ({ className, ...props }) => (
10 <input className={variants('input', { className })} {...props} />
11);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected