1.8.2 • Published 9 years ago

@redarrowlabs/forms-component v1.8.2

Weekly downloads
2
License
MIT
Repository
-
Last release
9 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

9 years ago

1.8.1

9 years ago

1.8.0

10 years ago

1.7.0

10 years ago

1.6.3

10 years ago

1.6.2

10 years ago

1.6.1

10 years ago

1.6.0

10 years ago

1.5.0

10 years ago

1.4.0

10 years ago

1.3.2

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago