1.0.4 • Published 2 years ago

wizard-editor v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

1.0.2

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago