Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Beautiful, animated copy/paste Stepper component for React projects.
Ore Pper is a copy/paste Stepper component for React projects that uses Tailwind CSS for styling, optionally adds Framer Motion animations, and ships with a CLI to generate the component into your codebase.
Ore Pper is an open-source Stepper component for React applications that you can copy and paste directly into your project. It provides a multi-step progress UI built entirely with Tailwind CSS utility classes, with an optional Framer Motion wrapper for animated transitions between steps. The project also includes a CLI that scaffolds the component into your app, saving developers from manual file copying. It is showcased on a demo landing page at https://ore-pper.glamboyosa.xyz, and the repository topics list support for React, Next.js, Remix, and Tailwind CSS.
The project provides a CLI (exact command not shown on the page) that scaffolds the component files into your app, or you can copy the component source directly from the repo. The Stepper maintains an internal step index and renders each step's content sequentially, applying Framer Motion transitions only when that dependency is present.
