$22 GRAYBYTE WORDPRESS FILE MANAGER $73

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 172.67.162.162 | ADMIN IP 216.73.216.51
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/home/bravetechrwanda/itiministry.org/plugins/give/src/Views/Components/AdminUI/Input/

HOME
Current File : /home/bravetechrwanda/itiministry.org/plugins/give/src/Views/Components/AdminUI/Input//index.tsx
import {ChangeEventHandler, forwardRef} from 'react';

import './style.scss';

interface InputProps {
    name?: string;
    value?: string;
    placeholder?: string;
    type?: string;
    onChange?: ChangeEventHandler<HTMLInputElement>;
    disabled?: boolean;
    label?: string;
    [x: string]: any;
}

const Input = forwardRef<HTMLInputElement, InputProps>(
    ({name, value, placeholder, onChange, label, disabled = false, type = 'text', ...rest}, ref) => {

        const Input = () => (
            <input
                ref={ref}
                type={type}
                name={name}
                aria-label={name}
                placeholder={placeholder}
                className="givewp-input"
                onChange={onChange}
                disabled={disabled}
                value={value}
                {...rest}
            />
        )

        if (label) {
            return (
                <label className="label">
                    {Input()}
                    {label}
                </label>
            )
        }

        return Input();
    })

export default Input


Current_dir [ WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
25 May 2026 4.20 PM
bravetechrwanda / bravetechrwanda
0755
index.tsx
1.088 KB
16 Oct 2023 9.55 PM
bravetechrwanda / bravetechrwanda
0644
style.scss
0.146 KB
16 Oct 2023 9.55 PM
bravetechrwanda / bravetechrwanda
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF Static GIF