
package.dist.esm.components.input.input-element.js Maven / Gradle / Ivy
"use strict";
"use client";
import { chakra } from '../../styled-system/factory.js';
const InputElement = chakra("div", {
base: {
display: "flex",
alignItems: "center",
justifyContent: "center",
position: "absolute",
zIndex: 2,
color: "fg.subtle",
height: "full",
fontSize: "sm",
px: "3"
},
variants: {
placement: {
start: {
insetInlineStart: "0"
},
end: {
insetInlineEnd: "0"
}
}
}
});
export { InputElement };
© 2015 - 2025 Weber Informatics LLC | Privacy Policy