3.2.3 • Published 5 months ago

@formsort/react-embed v3.2.3

Weekly downloads
144
License
ISC
Repository
github
Last release
5 months ago

@formsort/react-embed

Embed Formsort flows within react components

Installation

Add @formsort/react-embed to your project by executing npm install @formsort/react-embed or yarn add @formsort/react-embed.

Usage

Here's an example of basic usage:

import React from 'react';
import EmbedFlow from '@formsort/react-embed';

const EmbedFlowExample: React.FunctionComponent = () => (
  <div>
    <EmbedFlow
      clientLabel="formsort"
      flowLabel="onboarding"
      variantLabel="main"
      embedConfig={{
        style: {
          width: '100%',
          height: '100%',
        },
      }}
    />
  </div>
);

Events

You can add event listeners to flows like Flowloaded, redirect etc. See all event listeners

Props

Prop nameDescriptionRequiredExample values
clientLabelclient nameyesformsort
flowLabelflow nameyesonboarding
variantLabelvariant namenomain
responderUuidresponder uuid to load existing answers fornoe4923baa-dc2d-4555-813c-a166952292fa
formsortEnvformsort integrations environment label, if not using productionnostaging
queryParamsadditional query params, to pre-populate answers in the formno[['name', 'Olivia']], ['age', '3']]
embedConfigconfig passed to the underlying FormsortWebEmbedno{ style: { height: '100%' } }
onFlowLoadedevent listenerno() => { console.log('flow loaded') }
onFlowClosedevent listenerno() => { console.log('flow closed') }
onFlowFinalizedevent listenerno() => { console.log('flow finalized') }
onStepLoadedevent listenerno() => { console.log('step loaded') }
onStepCompletedevent listenerno() => { console.log('step loaded') }
onRedirectevent listenerno(url: string) => { console.log('redirecting to:', url) }

Testing

npm run test

Publishing

npm publish
3.2.2

8 months ago

3.2.3

5 months ago

3.1.2

1 year ago

3.1.1

1 year ago

3.1.0

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.3

2 years ago

3.0.0

2 years ago

2.0.4

2 years ago

2.1.0

2 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.3.0

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.1.9

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.8

3 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.0.1

4 years ago