Getting Started

Introduction - Version 2

Create beautiful advanced forms with a JSON-based schema.

Features

Basic example

Registration Form Edit (opens in a new tab)

Schema Edit (opens in a new tab)

Following is the json schema of the above registration form:

{
fields
:
[
[
]
[
]
]
}

Usage Edit (opens in a new tab)

import MuiForms from "mui-forms";
import schema from "<schema_location>";
 
function MyForm() {
    return (
        <MuiForms
            schema={schema}
            onSubmit={() => {
                // handle submit
            }}
        />
    );
}

Built using


  • Metaforms core

Star us & show your support

https://github.com/manojadams/mui-forms (opens in a new tab)

Star us at github

© Copyright 2023 MuiForms