{"id":19157035,"url":"https://github.com/antonreshetov/vue-form-components","last_synced_at":"2025-04-15T01:16:00.935Z","repository":{"id":57391959,"uuid":"149722508","full_name":"antonreshetov/vue-form-components","owner":"antonreshetov","description":"Clean \u0026 minimal vue form elements and form builder with validation","archived":false,"fork":false,"pushed_at":"2020-03-04T05:41:31.000Z","size":5295,"stargazers_count":122,"open_issues_count":8,"forks_count":17,"subscribers_count":3,"default_branch":"dev","last_synced_at":"2025-04-15T01:15:43.512Z","etag":null,"topics":["components","form","form-validation","formbuilder","javascript","vue","vue-components","vue-form"],"latest_commit_sha":null,"homepage":"https://antonreshetov.github.io/vue-form-components/","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/antonreshetov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-21T06:53:04.000Z","updated_at":"2024-09-26T03:03:12.000Z","dependencies_parsed_at":"2022-09-26T16:51:22.648Z","dependency_job_id":null,"html_url":"https://github.com/antonreshetov/vue-form-components","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonreshetov%2Fvue-form-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonreshetov%2Fvue-form-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonreshetov%2Fvue-form-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonreshetov%2Fvue-form-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antonreshetov","download_url":"https://codeload.github.com/antonreshetov/vue-form-components/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248986315,"owners_count":21194025,"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":["components","form","form-validation","formbuilder","javascript","vue","vue-components","vue-form"],"created_at":"2024-11-09T08:37:46.470Z","updated_at":"2025-04-15T01:16:00.919Z","avatar_url":"https://github.com/antonreshetov.png","language":"Vue","funding_links":[],"categories":["UI Utilities [🔝](#readme)","Components \u0026 Libraries","Vue","UI Utilities"],"sub_categories":["UI Utilities","Form"],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./example/assets/logo.svg\" style=\"margin-bottom: -20px\"\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eVue Form Components\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/travis/antonreshetov/vue-form-components.svg\"\u003e\n  \u003cimg src=\"https://img.shields.io/bundlephobia/minzip/vfc.svg\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/antonreshetov/vue-form-components.svg\"\u003e\n\u003c/p\u003e\n\n## Documentation\n\n[https://antonreshetov.github.io/vue-form-components](https://antonreshetov.github.io/vue-form-components/)\n\n## Install\n\n### NPM\n\nInstalling with npm is recommended and it works seamlessly with webpack.\n\n```js\nnpm i vfc\n```\n\n### Download\n\nYou can download latest version from the Github: Download\n\n## Quick start\n\n### Global\n\nTo use in your project, just import vfc and install into Vue.\n\n```js\nimport Vue from 'vue'\nimport App from './App.vue'\nimport VFC from 'vfc'\nimport 'vfc/dist/vfc.css'\n\nVue.use(VFC)\n\nnew Vue({\n  render: h =\u003e h(App)\n}).$mount('#app')\n```\n\n### On demand\n\n```html\n\u003ctemplate\u003e\n  \u003cvue-input\u003e\u003c/vue-input\u003e\n\u003c/template\u003e\n\n\u003cscript\u003e\n  import 'vfc/dist/vfc.css'\n  import { Input } from 'vfc'\n\n  export default {\n    components: {\n      [Input.name]: Input\n    }\n  }\n\u003c/script\u003e\n```\n\nFull component list:\n\n```js\nimport {\n  Input,\n  Button,\n  Checkbox,\n  CheckboxGroup,\n  Radio,\n  Select,\n  Option,\n  Form,\n  FormItem,\n  FormBuilder\n} from 'vfc'\n```\n\n## License\n\nMIT © 2018-present [Anton Reshetov](http://antonreshetov.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantonreshetov%2Fvue-form-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantonreshetov%2Fvue-form-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantonreshetov%2Fvue-form-components/lists"}