{"id":13465170,"url":"https://github.com/BinarCode/vue-form-wizard","last_synced_at":"2025-03-25T13:33:07.721Z","repository":{"id":38419964,"uuid":"88367740","full_name":"BinarCode/vue-form-wizard","owner":"BinarCode","description":"Vue.js 2 wizard","archived":true,"fork":false,"pushed_at":"2022-12-07T11:48:25.000Z","size":2416,"stargazers_count":1110,"open_issues_count":124,"forks_count":243,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-03-24T00:04:46.696Z","etag":null,"topics":["component","form","tabs-management","vue","vuejs","vuejs2"],"latest_commit_sha":null,"homepage":"https://binarcode.github.io/vue-form-wizard/#/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BinarCode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-15T18:49:19.000Z","updated_at":"2025-03-16T11:47:59.000Z","dependencies_parsed_at":"2023-01-24T21:15:49.620Z","dependency_job_id":null,"html_url":"https://github.com/BinarCode/vue-form-wizard","commit_stats":null,"previous_names":["cristijora/vue-form-wizard"],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinarCode%2Fvue-form-wizard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinarCode%2Fvue-form-wizard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinarCode%2Fvue-form-wizard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinarCode%2Fvue-form-wizard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BinarCode","download_url":"https://codeload.github.com/BinarCode/vue-form-wizard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245187097,"owners_count":20574558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["component","form","tabs-management","vue","vuejs","vuejs2"],"created_at":"2024-07-31T14:01:02.411Z","updated_at":"2025-03-25T13:33:07.308Z","avatar_url":"https://github.com/BinarCode.png","language":"Vue","funding_links":[],"categories":["Vue","UI Components"],"sub_categories":["Form"],"readme":"\n\u003ch1 align=\"center\"\u003eVue form wizard\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/vue-form-wizard\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/vue-form-wizard.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/vue-form-wizard\"\u003e\u003cimg src=\"https://img.shields.io/npm/dt/vue-form-wizard.svg\"\u003e\u003c/a\u003e\n\u003ca href='https://coveralls.io/github/cristijora/vue-form-wizard?branch=master'\u003e\u003cimg src='https://coveralls.io/repos/github/cristijora/vue-form-wizard/badge.svg?branch=master' alt='Coverage Status' /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/cristijora/vue-form-wizard/blob/master/LICENCE.md\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"http://img.badgesize.io/cristijora/vue-form-wizard/master/dist/vue-form-wizard.js.svg?compression=gzip\u0026style=flat-square\"\u003e\n    \u003cimg src=\"http://img.badgesize.io/cristijora/vue-form-wizard/master/dist/vue-form-wizard.js.svg?compression=gzip\u0026style=flat-square\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nA dynamic wizard to split your forms easier\n\nVue-form-wizard is a vue based component with no external depenendcies which simplifies tab wizard management.\n\n## Demos:\nBasic [demo](https://jsfiddle.net/bt5dhqtf/97/)\n\nOther demos:\n* [Squared steps](https://jsfiddle.net/bt5dhqtf/98/)\n* [Tabbed steps](https://jsfiddle.net/bt5dhqtf/99/)\n* [Sizing](https://jsfiddle.net/CristiJ/bt5dhqtf/924/)\n* [Step index](https://jsfiddle.net/bt5dhqtf/100/) Start at any step. Note: start-index is zero-based and the count starts at 0\n* [Custom button and title text](https://jsfiddle.net/bt5dhqtf/101/)\n* [Custom title slot](https://jsfiddle.net/bt5dhqtf/102/)\n* [Customized buttons with slots](https://jsfiddle.net/bt5dhqtf/103/) Replace stuff you don't like\n* [Call a function before tab switch](https://jsfiddle.net/bt5dhqtf/105/)\n* [Complete form example](https://jsfiddle.net/CristiJ/bt5dhqtf/286/) integrated with [vue-form-generator](https://github.com/icebob/vue-form-generator)\n* [Element UI form integration](https://codesandbox.io/s/l9mz5zn7yz)\n* [Vuelidate integration](https://jsfiddle.net/CristiJ/bt5dhqtf/1119/)\n* [Dynamic components for tabs](https://jsfiddle.net/bt5dhqtf/973/)\n* [Vue router integration](https://jsfiddle.net/bt5dhqtf/267/) You can place a `router-view` inside the wizard and have a separate page per tab. A `route` prop must be passed to the tabs you want to handle certain tabs\n* [Async validation with error message](https://jsfiddle.net/CristiJ/bt5dhqtf/298/) `before-change` `beforeChange(): boolean | Promise\u003cboolean\u003e` can accept a promise that resolves with a boolean. Resolving with a truthy value, will trigger the navigation to next step. Rejecting with a message, will set an internal message that can be handled and displayed if needed.\n* [Animations with animate.css](https://jsfiddle.net/bt5dhqtf/1478/)\n* [Fancy step animations with lottie](https://codesandbox.io/s/3y0voo2oxp)\n\nIn browser [playground](https://cristijora.github.io/vue-form-wizard/#/?id=playground)\n\n# [Documentation](https://binarcode.github.io/vue-form-wizard/#/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBinarCode%2Fvue-form-wizard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBinarCode%2Fvue-form-wizard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBinarCode%2Fvue-form-wizard/lists"}