{"id":28650555,"url":"https://github.com/jengzy-devboi/jengzeus-form-piw-piw","last_synced_at":"2026-02-02T17:08:33.920Z","repository":{"id":294896586,"uuid":"988464531","full_name":"JENGZY-devBoi/jengzeus-form-piw-piw","owner":"JENGZY-devBoi","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-13T06:38:03.000Z","size":163,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-24T15:48:56.279Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/JENGZY-devBoi.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-22T15:28:18.000Z","updated_at":"2025-09-13T06:38:06.000Z","dependencies_parsed_at":"2025-05-29T08:31:33.238Z","dependency_job_id":null,"html_url":"https://github.com/JENGZY-devBoi/jengzeus-form-piw-piw","commit_stats":null,"previous_names":["jengzy-devboi/jengzeus-form-piw-piw"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JENGZY-devBoi/jengzeus-form-piw-piw","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JENGZY-devBoi%2Fjengzeus-form-piw-piw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JENGZY-devBoi%2Fjengzeus-form-piw-piw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JENGZY-devBoi%2Fjengzeus-form-piw-piw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JENGZY-devBoi%2Fjengzeus-form-piw-piw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JENGZY-devBoi","download_url":"https://codeload.github.com/JENGZY-devBoi/jengzeus-form-piw-piw/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JENGZY-devBoi%2Fjengzeus-form-piw-piw/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29015791,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T16:17:30.374Z","status":"ssl_error","status_checked_at":"2026-02-02T15:58:50.469Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-06-13T05:06:16.154Z","updated_at":"2026-02-02T17:08:33.915Z","avatar_url":"https://github.com/JENGZY-devBoi.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Form piwx2 ⚡️ - Validate your nuxt with zod schema 🪿\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![License][license-src]][license-href]\n\nJoin with my pound with the 1st Library released  [Documentation][documents-href] 🐣\n\n## Install for nuxt3\n```bash\nnpm i @jeng3zeus/form-piw-piw\n```\n\n```ts\n// nuxt.config.ts\n{\n  modules: ['@jeng3zeus/form-piw-piw']\n}\n```\n\n## Features\n- Form to validate child element\n- Validate data with [Zod][zod-href]\n- Use Vue reactive for form data\n- Validate with custom input using Vue provide\n- Having a feature trigger with on blur validate (No focus)\n- 🆕 Cool scroll\n\n\n\n## Example\nscript\n```ts\n\u003cscript\u003e\nimport { z } from '#jengzeus/zod';\n\nconst schema = z.object({\n    username: z.string().min(1, { message: 'กรุณากรอกชื่อของคุณ' })\n});\n\nconst formData = reactive({\n  username: ''\n});\n\u003c/script\u003e\n```\n\ntemplate\n```vue\n\u003cJForm\n    v-slot=\"{ errors }\"\n    name=\"login\"\n    :form=\"formData\"\n    :schema=\"schema\"\n    @submit=\"handleSubmit\"\n    @reset=\"handleReset\"\n\u003e\n    \u003cinput \n        v-model=\"formData.username\"\n        name=\"username\" \n        placeholder=\"username\"\n    /\u003e\n    \u003cp style=\"color: red;\"\u003e{{ errors.username }}\u003c/p\u003e\n\u003c/JForm\u003e\n```\n\n\n\u003c!-- Badges --\u003e\n[npm-version-src]: https://img.shields.io/npm/v/@jeng3zeus/form-piw-piw/latest.svg?style=flat\u0026colorA=020420\u0026colorB=00DC82\n[npm-version-href]: https://www.npmjs.com/package/@jeng3zeus/form-piw-piw\n\n[npm-downloads-src]: https://img.shields.io/npm/dm/@jeng3zeus/form-piw-piw.svg?style=flat\u0026colorA=020420\u0026colorB=00DC82\n[npm-downloads-href]: https://www.npmjs.com/package/@jeng3zeus/form-piw-piw\n\n[license-src]: https://img.shields.io/github/license/JENGZY-devBoi/jengzeus-form-piw-piw.svg?style=flat\u0026colorA=020420\u0026colorB=00DC82\n[license-href]: https://github.com/JENGZY-devBoi/jengzeus-form-piw-piw/blob/main/LICENSE\n\n[documents-href]: https://jengzeus-form-piw-piw-documentation.vercel.app/\n[zod-href]: https://zod.dev/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjengzy-devboi%2Fjengzeus-form-piw-piw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjengzy-devboi%2Fjengzeus-form-piw-piw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjengzy-devboi%2Fjengzeus-form-piw-piw/lists"}