🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

form-wizard-vue3

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

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

1.1.0
latest
Source
npm
Version published
Weekly downloads
717
-4.27%
Maintainers
1
Weekly downloads
 
Created
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

vue

FAQs

Package last updated on 21 Jan 2023

Did you know?

Socket

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