flowgenie-react
v1.1.0
Published
React component for rendering FlowGenie forms. For now it only fetches the form configuration and logs it.
Downloads
28
Readme
FlowGenie React
React component for rendering FlowGenie forms. For now it only fetches the form configuration and logs it.
Usage
import { Form } from 'flowgenie-react';
<Form slug="my-form" />Development
Build the package using tsup:
npm run buildTsup bundles the TypeScript library with no config, powered by esbuild. It generates both CommonJS and ES module builds.
Publishing
See PUBLISHING.md for instructions on publishing to npm.
According to the Rollup starter library, a typical build generates a CommonJS bundle for Node.js and an ES module bundle for other libraries and applications.
