Stepperize

screenshot of Stepperize
react
react-native
shadcn-ui

A library for creating step-by-step workflows in your apps

Overview

Stepperize is a lightweight library designed for creating step-by-step workflows within applications. Boasting fast and efficient performance, this library offers powerful and flexible features while keeping its footprint lightweight at under 1kB when gzipped. Stepperize provides a composable architecture that is fully typesafe, allowing for maximum customization without any styling.

Features

  • Fast and efficient: Ensures quick and responsive performance.
  • Powerful and flexible: Offers a wide range of customization options.
  • Lightweight (< 1kB gzipped): Maintains a small footprint for efficient implementation.
  • Fully typesafe: Ensures type safety throughout the workflow creation process.
  • Composable architecture: Allows for easy composition of steps within the workflow.
  • Unstyled for maximum customization: Provides the freedom to style the workflow as desired.
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.

shadcn-ui
Shadcn UI

Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.