frontend
    Preparing search index...
    type FieldProps = {
        inputName: string;
        isPassword?: boolean;
        label?: string;
        message?: string;
        required?: boolean;
        size?: Responsive<"1" | "2" | "3">;
    }
    Index

    Properties

    inputName: string
    isPassword?: boolean
    label?: string
    message?: string
    required?: boolean
    size?: Responsive<"1" | "2" | "3">