npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@optimajet/workflow-forms-manager

v20.0.6

Published

A powerful drag-and-drop form builder component for React, built on top of the FormEngine Core. This library provides a complete form management solution for Workflow Engine, enabling visual form creation, editing, and version control.

Readme

@optimajet/workflow-forms-manager

A powerful drag-and-drop form builder component for React, built on top of the FormEngine Core. This library provides a complete form management solution for Workflow Engine, enabling visual form creation, editing, and version control.

Features

  • Drag-and-Drop Form Builder — Visual form designer with intuitive interface
  • Version Control — Built-in form versioning and history management
  • Template Support — Create and manage reusable form templates
  • RSuite Integration — Pre-built UI components based on RSuite
  • Real-time Preview — See your forms as you build them
  • JSON-Based Storage — Store and retrieve forms as JSON
  • API Integration — Seamless integration with backend services
  • Custom Fetch Support — Use your own fetch implementation
  • Error Handling — Built-in error handling and reporting

Installation

npm install @optimajet/workflow-forms-manager

Dependencies

This package requires the following peer dependencies:

npm install react react-dom

Quick Start

import React from 'react'
import { FormsManager } from '@optimajet/workflow-forms-manager'
import '@optimajet/workflow-forms-manager/index.css'

function App() {
  const handleError = (error) => {
    console.error('Form Manager Error:', error)
  }

  return (
    <FormsManager
      apiUrl="https://your-api.example.com/forms"
      licenseKey="your-license-key" // Optional
      onError={handleError}
    />
  )
}

export default App

API Reference

FormsManagerProps

| Property | Type | Required | Description | |----------|-----------------------------------------------------------------|----------|-------------| | apiUrl | string | Yes | Base URL for the API endpoint used for form storage | | licenseKey | string | No | License key for commercial use | | onError | (error: string \| Error) => void | No | Callback function called when an error occurs | | customFetch | (input: RequestInfo, init?: RequestInit) => Promise<Response> | No | Custom fetch function for API requests |

Features in Detail

Form Builder Interface

The Forms Manager provides a complete drag-and-drop interface for creating forms:

  • Component Palette — Browse and add form components
  • Canvas — Design your form layout visually
  • Properties Panel — Configure component properties and behavior
  • Forms Tab — Manage multiple forms and versions

Version Management

Every form can have multiple versions, allowing you to:

  • Create new versions of existing forms
  • View and compare different versions
  • Restore previous versions
  • Track changes over time

Template System

Create reusable templates to speed up form creation:

  • Save forms as templates
  • Create new forms from templates
  • Share templates across your organization

Built With

Documentation

Support

For issues and questions:

License

See EULA for license information.

Author

Optimajet

  • Website: https://optimajet.com/
  • Homepage: https://workflowengine.io/