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

0.1.5-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} />

Package Sidebar

Install

npm i @ctnetworks/typeform-rjsf

Weekly Downloads

181

Version

0.1.5-beta

License

MIT

Unpacked Size

407 kB

Total Files

30

Last publish

Collaborators

  • itssidhere