react-wizard-viewer
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

react-wizard-viewer

Summary

React Workflow viewer

Key Features

  • Visualize the Workflow
  • Multistep Forms
  • Form Validation
  • Works with React.js

Example

import { Workflow } from "react-wizard-viewer";

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

export default App;

Readme

Keywords

none

Package Sidebar

Install

npm i react-wizard-viewer

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

140 kB

Total Files

16

Last publish

Collaborators

  • jasminmakasana