Skip to main content

Connectors

The @perseid/form package provides a collection of connectors for a seamless integration with the most popular front-end frameworks. Currently out-of-box supported frameworks are: React, Vue and Svelte.


Usage

import Form from '@perseid/form/react';

const configuration = {
// Here is your form configuration...
};

<Form
configuration={configuration}
/>