import{j as r,a as s}from"./app-04760a94.js";function c({name:e,className:n,required:t,autoComplete:o,handleChange:a,placeholder:i,centralDomain:d}){return r("div",{className:`relative rounded-md ${n}`,children:[s("input",{type:"text",name:e,id:e,className:"block w-full rounded-md border-gray-300 pr-20 focus:border-white focus:border-blue-400 focus:ring-blue-400 sm:pr-20",placeholder:i,autoComplete:o,required:t,onChange:l=>a(l)}),s("div",{className:"pointer-events-none absolute inset-y-0 right-0 flex items-center pr-3",children:r("span",{className:"font-semibold text-gray-900",children:[".",d]})})]})}export{c as default};
