JSPM

@spellix/stepper

3.0.18
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q10038F

This component is used for creation multi step user flows.

Package Exports

  • @spellix/stepper
  • @spellix/stepper/package.json

Readme

@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 */})} />;
};