@ctnetworks/typeform-rjsf
TypeScript icon, indicating that this package has built-in type declarations

0.1.2-beta • Public • Published

@ctnetworks/typeform-rjsf

A customizable form renderer built with React and RJSF that provides a Typeform-like experience.

Installation

npm install @ctnetworks/typeform-rjsf

Usage

import { FormRenderer, TypeformRjsfSchema } from "@ctnetworks/typeform-rjsf";

const schema: TypeformRjsfSchema = {
  // Your schema here
};

const handleSubmit = (formData: JSONSchema7) => {
  // Handle form submission
};

<FormRenderer schema={schema} handleSubmit={handleSubmit} />

Dependencies (11)

Dev Dependencies (8)

Package Sidebar

Install

npm i @ctnetworks/typeform-rjsf

Weekly Downloads

65

Version

0.1.2-beta

License

MIT

Unpacked Size

394 kB

Total Files

28

Last publish

Collaborators

  • itssidhere