@rhc-shared-components/form
v2.0.1
Published
Form component for certified technology apps
Downloads
52
Keywords
Readme
@rhc-shared-components/form
Form component for certified technology apps
Install
npm install --save @rhc-shared-components/form
Usage
import React, { Component } from 'react'
import FormContainer from '@rhc-shared-components/form'
import '@rhc-shared-components/form/dist/index.css'
class Example extends Component {
render() {
<Formik
initialValues={{
[FieldName]: 'this is a test text'
}}
enableReinitialize={true}
onSubmit={() => {
}}>
<FormContainer gridSpan={12}>
<!-- Form Elements -->
</FormContainer>
</Formik>
}
}
License
MIT © authorGithubUsername