Examples
Registration Form

Registration Form Edit (opens in a new tab)

Schema Edit (opens in a new tab)

"root"
:
{1 Items
"fields"
:
[4 Items
[
]3 Items
[
]1 Items
]
}

Usage Edit (opens in a new tab)

import React from "react";
import MuiForms from "mui-forms";
import schema from "./schema.json";
 
function RegistrationForm() {
    return (
        <MuiForms
            schema={schema}
            onSubmit={() => {
                // handle code
            }}
        />
    );
}

Star us at github

© Copyright 2023 MuiForms.