Docuseal is an open source, according to docuseal.co
git repository: https://github.com/docusealco/docuseal for developer, but what is the big think is, they use RUBY and allow us to demo but we need to have api key for component working while using reactJs.
To intergrate with React
Let’s install
npm install @docuseal/react
And then in ./app.js
import React from "react"
import { DocusealForm } from '@docuseal/react'
export default function App() {
return (
<div className="app">
<DocusealForm
src="https://docuseal.co/d/2y1VJJWfCf32WX"
email="seangleng507@gmail.com"
withTitle="Testing new library"
onComplete={(data) => console.log(data)}
/>
</div>
);
}
Yeah they need us to update with $20/months for api key. (it is just a demo)