@kubit-ui-web/react-components
Version:
Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience
11 lines • 796 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InputPasswordStandAlone = exports.InputPasswordStandAloneComponent = void 0;
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = require("react");
// styles
const inputControlled_1 = require("../input/inputControlled");
const InputPasswordStandAloneComponent = (props, ref) => ((0, jsx_runtime_1.jsx)(inputControlled_1.InputControlled, { ...props, ref: ref, overrideStyles: props.styles, variant: props.inputVariant ?? props.styles?.[props.state]?.inputVariant }));
exports.InputPasswordStandAloneComponent = InputPasswordStandAloneComponent;
exports.InputPasswordStandAlone = (0, react_1.forwardRef)(exports.InputPasswordStandAloneComponent);
//# sourceMappingURL=inputPasswordStandAlone.js.map