@euk-labs/formix-mui
v0.5.8
Published
    {
return (
<Formix
initialValues={{
email: '',
password: '',
birthDate: '',
}}
onSubmit={(values: any) => alert(JSON.stringify(values))}
>
<FXTextField label="E-mail" name="email" />
<FXPasswordField label="Senha" name="password" />
<FXDatePicker label="Data nascimento" name="birthDate" />
</Formix>
);
}
export default MyForm;Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
