wizard-editor

1.0.4 • Public • Published

workflow-editor

Summary

javascript-table is a versatile React package designed to build forms with validation in easy and simple way.

Key Features

  • Simple Form
  • Multistep Forms
  • Form Validation
  • Works with React.js

Example

import { WorkflowEditor } from "wizard-editor";

class App extends React.Component {
  constructor(props) {
    super(props);
    this.state = {};
  }
  render() {
    return (
      <div>
        <WorkflowEditor />
      </div>
    );
  }
}

export default App;

Readme

Keywords

none

Package Sidebar

Install

npm i wizard-editor

Weekly Downloads

2

Version

1.0.4

License

ISC

Unpacked Size

293 kB

Total Files

35

Last publish

Collaborators

  • jasminmakasana