2.0.4 • Published 5 years ago

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

Weekly downloads
5
License
MIT
Repository
github
Last release
5 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

5 years ago

2.0.3

5 years ago

2.0.3-beta.1

5 years ago

2.0.2

5 years ago

2.0.2-beta2

5 years ago

2.0.2-beta1

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

2.0.0-rc2

5 years ago

2.0.0-rc1

6 years ago

2.0.0-alpha5

6 years ago

2.0.0-alpha4

6 years ago

2.0.0-alpha3

6 years ago

2.0.0-alpha2

6 years ago

2.0.0-alpha1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago