2.0.1 • Published 1 year ago

@rhc-shared-components/form v2.0.1

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
1 year ago

@rhc-shared-components/form

Form component for certified technology apps

NPM JavaScript Style Guide

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

1.0.0

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

0.2.0

1 year ago

0.1.3

2 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago