{"id":24572830,"url":"https://github.com/lithos-hub/vue-form-latte","last_synced_at":"2026-04-19T19:33:48.034Z","repository":{"id":221514479,"uuid":"754483595","full_name":"Lithos-hub/vue-form-latte","owner":"Lithos-hub","description":"NPM package made with Vue 3, TypeScript and Vite to generate dynamic forms easily","archived":false,"fork":false,"pushed_at":"2024-04-23T05:28:29.000Z","size":727,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-30T11:54:51.049Z","etag":null,"topics":["form","npm-package","typescript","vite","vue3"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/vue-form-latte","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/Lithos-hub.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-08T06:28:58.000Z","updated_at":"2024-04-23T05:28:32.000Z","dependencies_parsed_at":"2024-02-25T20:26:01.296Z","dependency_job_id":"898a6777-e883-4d1e-a0d4-3ba34ed0ef12","html_url":"https://github.com/Lithos-hub/vue-form-latte","commit_stats":null,"previous_names":["lithos-hub/form-generator-vue"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/Lithos-hub/vue-form-latte","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lithos-hub%2Fvue-form-latte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lithos-hub%2Fvue-form-latte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lithos-hub%2Fvue-form-latte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lithos-hub%2Fvue-form-latte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lithos-hub","download_url":"https://codeload.github.com/Lithos-hub/vue-form-latte/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lithos-hub%2Fvue-form-latte/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32020695,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["form","npm-package","typescript","vite","vue3"],"created_at":"2025-01-23T19:44:48.317Z","updated_at":"2026-04-19T19:33:48.012Z","avatar_url":"https://github.com/Lithos-hub.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue Form Latte\n\n\u003cdiv id=\"header\" align=\"center\"\u003e\n\u003cimg src='public/logo-v2.png' width='200' /\u003e\n\n\u003chr /\u003e\n\n[![npm](https://img.shields.io/npm/v/vue-form-latte)](https://www.npmjs.com/package/vue-form-latte)\n[![npm](https://img.shields.io/npm/dt/vue-form-latte)](https://www.npmjs.com/package/vue-form-latte)\n[![npm](https://img.shields.io/npm/l/vue-form-latte)](https://www.npmjs.com/package/vue-form-latte)\n\n[![npm](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white)](https://www.npmjs.com/package/vue-form-latte)\n[![npm](https://img.shields.io/badge/Vue.js-35495E?style=for-the-badge\u0026logo=vue.js\u0026logoColor=4FC08D)](https://www.npmjs.com/package/vue-form-latte)\n[![npm](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)](https://www.npmjs.com/package/vue-form-latte)\n\n\u003c/div\u003e\n\nVue Form Latte is a form generator library for Vue 3. It is designed to be a flexible and powerful tool for building forms with Vue 3, TypeScript and Tailwind CSS.\n\n## Installation\n\n```bash\nnpm install vue-form-latte\n```\n\n## Features\n\n- **TypeScript Support**: Vue Form Latte is written in TypeScript and provides full support for TypeScript.\n- **Tailwind CSS**: Vue Form Latte is designed to work with Tailwind CSS out of the box.\n- **Flexible**: Vue Form Latte is designed to be flexible and powerful. It provides a wide range of options for customizing the form and its fields.\n- **Validation**: Vue Form Latte provides built-in support for form validation.\n- **Custom Fields**: Vue Form Latte allows you to create custom form fields and use them in your forms.\n\n## Usage (v0.1.2)\n\n```vue\n\u003ctemplate\u003e\n\t\u003cVueFormLatte\n\t\tref=\"formRef\"\n\t\tformat=\"grid\"\n\t\t:components=\"components\"\n\t\t:schema=\"schema\"\n\t\tvalidate-on-submit\n\t\t@submit=\"onSubmit\" /\u003e\n\u003c/template\u003e\n\n\u003cscript setup lang=\"ts\"\u003e\nimport { VueFormLatte } from 'vue-form-latte';\nimport * as Yup from 'yup';\n\nconst schema = Yup.object({\n    name: Yup.string().required(),\n    email: Yup.string().email().required(),\n});\n\nconst components: VueFormLatteItem[] = [\n    {\n\t\tcomponentType: 'input',\n\t\tcolspan: 4,\n\t\tprops: {\n\t\t\tname: 'name',\n\t\t\tinitialValue: '',\n\t\t\tplaceholder: 'Write your name',\n\t\t\tlabel: 'User name',\n\t\t},\n    },\n    {\n        componentType: 'input',\n        colspan: 4,\n        props: {\n            name: 'email',\n            initialValue: '',\n            placeholder: 'Write your email',\n            label: 'Email',\n        },\n    },\n];\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flithos-hub%2Fvue-form-latte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flithos-hub%2Fvue-form-latte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flithos-hub%2Fvue-form-latte/lists"}