More Premium Hugo Themes Premium React Themes

React Albus

React component library for building declarative multi-step flows.

React Albus

React component library for building declarative multi-step flows.

Author Avatar Theme by americanexpress
Github Stars Github Stars: 1111
Last Commit Last Commit: Apr 4, 2024 -
First Commit Created: Dec 18, 2023 -
React Albus screenshot

Overview

React Albus is a React component library used to build declarative multi-step journeys, also known as Wizards. It allows you to define the ordering and content for each step, and manages the journey-related state for you. React Albus is designed to be flexible and can be used with other functionality such as routing, animation, and analytics.

Features

  • Declarative Multi-Step Journeys: Define the ordering and content for each step in a journey.
  • Flexible Composition: Compose functionality such as routing, animation, and analytics based on your needs.
  • Controlled Component: Use the optional step prop on the <Steps> component to make it a controlled component.
  • Context API: Access the context.wizard object provided by <Wizard> anywhere within the wizard tree.

Installation

To install React Albus, you can use npm by running the following command:

npm install react-albus

Summary

React Albus is a React component library that allows you to build multi-step journeys in a declarative way. It provides features such as controlled components, flexible composition, and context API for managing the state of the journey. By integrating with other functionality such as routing, animation, and analytics, React Albus offers a versatile solution for creating wizards in your React applications.