{"id":22577153,"url":"https://github.com/incuca/ic-formly","last_synced_at":"2025-04-10T17:21:03.305Z","repository":{"id":130522999,"uuid":"114275877","full_name":"InCuca/ic-formly","owner":"InCuca","description":"This component is a form with validation and more using only javascript objects","archived":false,"fork":false,"pushed_at":"2019-10-09T14:46:44.000Z","size":156,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T15:03:35.598Z","etag":null,"topics":["form","formly","vue"],"latest_commit_sha":null,"homepage":null,"language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InCuca.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}},"created_at":"2017-12-14T17:00:55.000Z","updated_at":"2022-11-24T05:24:29.000Z","dependencies_parsed_at":"2024-01-02T23:37:14.493Z","dependency_job_id":"6fcf2876-014a-4f7e-96bf-3b24f8f5eefb","html_url":"https://github.com/InCuca/ic-formly","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InCuca%2Fic-formly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InCuca%2Fic-formly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InCuca%2Fic-formly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InCuca%2Fic-formly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InCuca","download_url":"https://codeload.github.com/InCuca/ic-formly/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248261938,"owners_count":21074226,"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":["form","formly","vue"],"created_at":"2024-12-08T04:11:59.745Z","updated_at":"2025-04-10T17:21:03.285Z","avatar_url":"https://github.com/InCuca.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ic-formly\n\n\u003e This component is a form with validation and more using only javascript objects\n\n## Installation\n\n### Using yarn\n\n`yarn add ic-formly`\n\n### Using npm\n\n`npm i --save ic-formly`\n\n## Docs\n\n`npm run serve`\n\n## Usage\n\n[Demo](https://jsfiddle.net/ppsgftLg/)\n\n```jsx\nimport IcFormly from 'ic-formly';\n\nVue.use(IcFormly);\n\nlet duckModel = {\n  duck: {\n    name: 'Charlie',\n    specie: 'Mountain Duck'\n  }\n};\n\nlet duckFields = [\n  {\n    key: 'duck.name',\n    type: 'input',\n    required: true\n  }, {\n    key: 'duck.specie',\n    type: 'input',\n    required: true\n  }\n];\n\n\u003cdiv\u003e\n  \u003cpre\u003e\u003ccode\u003e{{JSON.stringify(duckModel)}}\u003c/code\u003e\u003c/pre\u003e\n  \u003cic-formly\n    ref=\"formly\"\n    v-model=\"duckModel\"\n    :fields=\"duckFields\"/\u003e\n  \u003cbutton @click=\"$refs.formly.submit()\"\u003e\n    Submit\n  \u003c/button\u003e\n\u003c/div\u003e\n```\n\n\n### UMD\n\n```html\n\u003cscript src=\"https://unpkg.com/vue\" charset=\"utf-8\"\u003e\u003c/script\u003e\n\u003cscript src=\"./umd/ic-formly.min.js\" charset=\"utf-8\"\u003e\u003c/script\u003e\n```\n\n## Build\n\nBuild configuration is located in the `poi.config.js` file, to build just run: `npm run build`, it will build to `dist` directory.\n\n## Tests\n\nThis template uses karma with chai by default, you can change test settings in poi.config.js\n\n`npm run test`\n`npm run test:watch`\n`npm run test:cov`\n\n## License\n\nThis project is licensed under [Apache 2](https://www.apache.org/licenses/LICENSE-2.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fincuca%2Fic-formly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fincuca%2Fic-formly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fincuca%2Fic-formly/lists"}