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

Description:

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

Tags:

Add Comment