2.0.4 • Published 6 years ago

react-ocean-forms-react-intl v2.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

react-ocean-forms-react-intl

npm GitHub license travis Greenkeeper badge Coverage Status

react-ocean-forms-react-intl works with react-ocean-forms to enable react-intl support in the forms.

API Documentation and Showcase

Features

  • Plug and play extension for multi-language support

Install

npm install react-ocean-forms-react-intl

yarn add react-ocean-forms-react-intl

Usage

Simply swap out any existing Form references with IntlForm from this package.

import { IntlForm } from 'react-ocean-forms-react-intl';

Then replace the existing form tags.

<IntlForm onSubmit={this.handleSubmit}>
  <Input
    name="name"
    label="demo_name"
  />

  <button type="submit">Submit</button>
</IntlForm>

IntlForm passes all props to Form. You can find a detailed documentation in the react-ocean-forms repository.

2.0.4

6 years ago

2.0.3

7 years ago

2.0.3-beta.1

7 years ago

2.0.2

7 years ago

2.0.2-beta2

7 years ago

2.0.2-beta1

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

2.0.0-rc2

7 years ago

2.0.0-rc1

7 years ago

2.0.0-alpha5

7 years ago

2.0.0-alpha4

7 years ago

2.0.0-alpha3

7 years ago

2.0.0-alpha2

7 years ago

2.0.0-alpha1

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago