Socket
Socket
Sign inDemoInstall

form-wizard-vue3

Package Overview
Dependencies
21
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    form-wizard-vue3

Form Wizard Vue 3 is a simple stepper/wizard component. It can be easily customized, has no dependencies, works in harmony with your components. ![Current Release](https://img.shields.io/npm/v/form-wizard-vue3) ![Bundle Size](https://img.shields.io/bundle


Version published
Weekly downloads
3.3K
increased by29.05%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Form Wizard Vue3

Form Wizard Vue 3 is a simple stepper/wizard component. It can be easily customized, has no dependencies, works in harmony with your components. Current Release Bundle Size Downloads Coverage Status MIT License

Documentation

Complete documentation and examples will be available soon.

  • Documentation
  • Live Demo

Install

yarn add form-wizard-vue3

# or use npm

npm install form-wizard-vue3

Then, import component globally:

import Wizard from 'form-wizard-vue3'

export default {
  install(app) {
    app.component('Wizard', Wizard)
  }
}

Or import component directly:

import 'form-wizard-vue3/dist/form-wizard-vue3.css'
import Wizard from 'form-wizard-vue3'

The component itself does not include any CSS. You'll need to include it separately:

import 'form-wizard-vue3/dist/form-wizard-vue3.css'

License

MIT

Keywords

FAQs

Last updated on 21 Jan 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc