platform-bible-react
    Preparing search index...

    Interface WizardStepperProps

    Props for the WizardStepper component.

    interface WizardStepperProps {
        currentStep: number;
        locale?: string;
        totalSteps: number;
    }
    Index

    Properties

    currentStep: number

    1-based index of the currently active step.

    locale?: string

    BCP 47 locale tag for numeral formatting in the circle labels. E.g. 'ar' → ١٢٣٤. Defaults to 'en'; an empty string also falls back to 'en' (Intl.NumberFormat('') throws a RangeError in V8).

    totalSteps: number

    Total number of numbered steps.