mui-native-forms
v0.1.9
Published
Material UI forms for react native
Readme
mui-native-forms
Material UI forms for react native
Installation
npm install mui-native-formsUsage
import React from 'react-native';
import MuiNativeForms from 'mui-native-forms';
import exampleSchema from '<example-schema.json>';
export function MyForm() {
return (
<View>
<MuiNativeForms
schema={exampleSchema}
onSubmit={(formData) => {
// submit data
}}
/>
</View>
);
}Change logs
- Updating docs
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
