3.0.18 • Published 3 months ago

@spellix/stepper v3.0.18

Weekly downloads
-
License
-
Repository
github
Last release
3 months ago

@spellix/stepper

A Quick description of the component

This component is generated automatically, please add a description and usage instructions below.

Short description

This component is used for creation multi step user flows.

Installation

yarn add @spellix/stepper
# or
npm i @spellix/stepper
# or
pnpm i @spellix/stepper

Usage

Import Stepper from the package and configure it with props as needed:

import { Stepper } from '@spellix/stepper';

export const App = () => {
  return <Stepper {...({/* props for the component */})} />;
};
3.0.18

3 months ago

3.0.17

3 months ago