ivt
Version:
Ivt Components Library
15 lines (12 loc) • 738 B
JavaScript
import React__default from 'react';
import { c as cn } from './utils-BDcRwQMd.mjs';
function Input({ className, type, ...props }) {
return /*#__PURE__*/ React__default.createElement("input", {
type: type,
"data-slot": "input",
className: cn("border-input file:text-foreground placeholder:text-muted-foreground focus-visible:ring-ring flex h-9 w-full rounded-md border bg-transparent px-3 py-1 text-sm shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium focus-visible:ring-1 focus-visible:outline-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm", className),
...props
});
}
export { Input as I };
//# sourceMappingURL=input-B-W81Xmi.mjs.map