MCPcopy Create free account
hub / github.com/code100x/daily-code / InputProps

Interface InputProps

packages/ui/src/shad/ui/input.tsx:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { cn } from "@repo/ui/utils";
4
5export interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> {}
6
7const Input = React.forwardRef<HTMLInputElement, InputProps>(({ className, type, ...props }, ref) => {
8 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected