1.8.2 • Published 8 years ago

@redarrowlabs/forms-component v1.8.2

Weekly downloads
2
License
MIT
Repository
-
Last release
8 years ago

Generic Brokered React Forms

Usage

This is the renderer for JSON forms definitions served by the Red Arrow forms broker.

How to reference a stored form:

  • On your application's startup, initialize the swagger client used internally to resolve forms by identifier:
startFormsClient("http:[forms-service-endpoint]/swagger/docs/v1")
  • Then anywhere in your application, render a by id.
import {Form} from "@redarrowlabs/forms-component";


// ...

render() {
    return <div>
        <Form formId={"93765F61-DA6B-46CC-9978-6FA201C6DE88"}/>
    </div>
}

Development

$ npm run check                       # to make sure everything's building.
$ npm version [patch | minor | major] # to bump and tag.
$ npm publish                         # (Must be logged in as RAL)
1.8.2

8 years ago

1.8.1

8 years ago

1.8.0

8 years ago

1.7.0

8 years ago

1.6.3

8 years ago

1.6.2

8 years ago

1.6.1

8 years ago

1.6.0

8 years ago

1.5.0

8 years ago

1.4.0

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago