Create Declarative Multi-step Flows In React – react-albus

React Albus is a React component library used to build declarative multi-step journeys (also known as Wizards). You define your step content and ordering and React Albus will manage the journey-related state for you.

Installation:

# NPM
$ npm install react-albus --save
import React from 'react';
import { Wizard, Steps, Step } from 'react-albus';

Preview:

Create Declarative Multi-step Flows In React - react-albus

Download Details:

Author: americanexpress

Live Demo: View The Demo

Download Link: Download The Source Code

Official Website: https://github.com/americanexpress/react-albus

License: MIT

Tags:

Add Comment