1.0.4 • Published 1 year ago

wizard-editor v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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;
1.0.4

1 year ago

1.0.2

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago