Getting Started

Introduction

Create advanced material forms using json

Advantages

Examples

form

Customer Feedback Form

form

Interactive Score chart

form

Custom Score chart

form

Payment Form

form

Rating Form

form

Account Opening Form

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:

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

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 at github

© Copyright 2023 MuiForms.