onedionys-form-wizard-components

5.0.0 • Public • Published

Welcome to One Dionys - Form Wizard Components! 👋

Components that guide users through a series of steps in a complex form, with validation and temporary storage. 💖

💾 Requirements

  • Web Browser - Can be used as an emulator to build applications. Example [Chrome, Firefox, Safari & Opera].
  • Internet - Because many use CDN and to make it easier to find solutions to all problems.

🎯 How To Use

Example Syntax

const FormWizard = require('./src/formWizard');

// Membuat instance FormWizard
const wizard = new FormWizard();

// Menambahkan langkah-langkah ke dalam wizard
wizard.addStep('Step 1', 'Content of Step 1');
wizard.addStep('Step 2', 'Content of Step 2');
wizard.addStep('Step 3', 'Content of Step 3');

// Pindah ke langkah berikutnya
wizard.nextStep();

// Mendapatkan langkah saat ini
console.log(wizard.getCurrentStep()); // Output: Step 2

Explanation

  • addStep(stepName, stepContent): Menambahkan langkah baru ke dalam wizard dengan nama dan konten tertentu.
  • removeStep(stepName): Menghapus langkah dari wizard berdasarkan nama langkah.
  • goToStep(stepName): Pergi ke langkah tertentu dalam wizard berdasarkan nama langkah.
  • nextStep(): Pindah ke langkah berikutnya dalam wizard.
  • prevStep(): Kembali ke langkah sebelumnya dalam wizard.
  • getCurrentStep(): Mendapatkan langkah saat ini dalam wizard.

Return Value

  • Metode getCurrentStep(): Mengembalikan nama langkah saat ini dalam wizard. Jika tidak ada langkah yang aktif, mengembalikan null.

📆 Release Date

  • v1.0.0 : 17 March 2024
  • v1.0.1 : 18 March 2024
  • v5.0.0 : 31 March 2024

🧑 Author

📝 License

  • Copyright © 2024 One Dionys
  • One Dionys - Form Wizard Components is an open source project licensed under the MIT license

☕️ Suppport & Donation

Love One Dionys - Form Wizard Components? Support this project by donating or sharing with others in need.

Made with ❤️ One Dionys

Package Sidebar

Install

npm i onedionys-form-wizard-components

Weekly Downloads

13

Version

5.0.0

License

ISC

Unpacked Size

12.6 kB

Total Files

6

Last publish

Collaborators

  • onedionys