PHP 8.2.30
Preview: FormButton.jsx Size: 387 B
/proc/thread-self/root/home/byroehnu/easetack.com/resources/js/Admin/Components/Button/FormButton.jsx

import { IonSpinner } from "@ionic/react"

export default function FormButton({ children, type = 1, isLoading }) {
    return (
        <button type="submit" className={`yoo-form-btn yoo-style${type} yoo-color${type}`} disabled={isLoading}>
            {!isLoading && children} {isLoading && <IonSpinner name="dots" style={{ marginLeft: "5px" }}></IonSpinner>}
        </button>
    )
}

Directory Contents

Dirs: 0 × Files: 6

Name Size Perms Modified Actions
1.30 KB lrw-rw-rw- 2025-04-08 04:12:57
Edit Download
366 B lrw-rw-rw- 2025-04-08 04:12:57
Edit Download
873 B lrw-rw-rw- 2025-04-08 04:12:57
Edit Download
1.17 KB lrw-rw-rw- 2025-04-08 04:12:57
Edit Download
387 B lrw-rw-rw- 2025-04-08 04:12:57
Edit Download
368 B lrw-rw-rw- 2025-04-08 04:12:57
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).