0.67.0 โ€ข Published 8 months ago

@stacksjs/stepper v0.67.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Stacks Stepper

The Stepper component is a versatile & customizable component for creating multi-step processes in your application. It allows users to navigate through a sequence of steps, providing a visual indicator of their progress. This is oftentimes used to build to welcome the user into your application.

โ˜˜๏ธ Features

  • Customizable steps
  • Linear and non-linear stepper modes
  • Step validation
  • Configurable labels and icons
  • Callback events for step changes
  • Lightweight

๐Ÿค– Usage

bun install -d @stacksjs/stepper
// App.vue
import { Stepper } from '@stacksjs/stepper'

const steps = ref(5)
const step  = ref(1)

const stepper = ref(null)

<Stepper ref='stepper' :steps="steps" v-model='step' />


<template v-if="step === 1">
  <div> </div>
</template>

<template v-if="step === 2">
  <div> </div>
</template>

To view the full documentation, please visit stacksjs.org/docs/components/stepper.

๐Ÿงช Testing

bun test

๐Ÿ“ˆ Changelog

Please see our releases page for more information on what has changed recently.

๐Ÿšœ Contributing

Please review the Contributing Guide for details.

๐Ÿ Community

For help, discussion about best practices, or any other conversation that would benefit from being searchable:

Discussions on GitHub

For casual chit-chat with others using this package:

Join the Stacks Discord Server

๐Ÿ™๐Ÿผ Credits

Many thanks to the following core technologies & people who have contributed to this package:

๐Ÿ“„ License

The MIT License (MIT). Please see LICENSE for more information.

Made with ๐Ÿ’™

0.67.0

8 months ago

0.65.0

8 months ago

0.64.6

10 months ago

0.64.5

10 months ago

0.64.4

10 months ago

0.64.3

10 months ago

0.64.2

10 months ago

0.64.1

10 months ago

0.64.0

10 months ago

0.63.1

10 months ago

0.63.0

10 months ago

0.62.0

11 months ago

0.61.24

1 year ago

0.61.22

1 year ago

0.61.21

1 year ago

0.61.20

1 year ago

0.61.19

1 year ago