{"id":18015560,"url":"https://github.com/ehsan-shv/vb-input","last_synced_at":"2026-05-08T10:34:25.223Z","repository":{"id":43223275,"uuid":"459587891","full_name":"ehsan-shv/vb-input","owner":"ehsan-shv","description":"Vue3 and Nuxt3 reusable input component.","archived":false,"fork":false,"pushed_at":"2022-03-12T15:34:50.000Z","size":631,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T19:01:47.087Z","etag":null,"topics":["input","nuxt3","typescript","vue","vuejs"],"latest_commit_sha":null,"homepage":"https://ehsan-shv.github.io/vb-input-docs/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ehsan-shv.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":"2022-02-15T13:22:23.000Z","updated_at":"2023-03-07T06:48:56.000Z","dependencies_parsed_at":"2022-09-13T10:21:52.274Z","dependency_job_id":null,"html_url":"https://github.com/ehsan-shv/vb-input","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehsan-shv%2Fvb-input","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehsan-shv%2Fvb-input/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehsan-shv%2Fvb-input/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ehsan-shv%2Fvb-input/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ehsan-shv","download_url":"https://codeload.github.com/ehsan-shv/vb-input/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247198473,"owners_count":20900082,"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":["input","nuxt3","typescript","vue","vuejs"],"created_at":"2024-10-30T04:14:24.758Z","updated_at":"2026-05-08T10:34:20.181Z","avatar_url":"https://github.com/ehsan-shv.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vb-input\n\n\u003ca href=\"https://www.npmjs.com/package/vb-input\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/vb-input.svg\" alt=\"Version\"\u003e\u003c/a\u003e\n\n**Vue 3 input component.**\n\n\u003e Support Vue3 and Nuxt3 and type-safe. [Demo](https://ehsan-shv.github.io/vb-input/)\n\n## Documentation\n\nCheck out docs at [docs](https://ehsan-shv.github.io/vb-input-docs/).\n\n## Types\n\n- text\n- number\n- password\n- tel\n- email\n- search\n- textarea\n\n## Installation\n\n```bash\nnpm i vb-input\n```\n\n## Import to component\n\n```vue\n\u003ctemplate\u003e\n  \u003cVBInput :type=\"'text'\" placeholder=\"name\" label=\"Your Name\" v-model=\"name\" /\u003e\n\u003c/template\u003e\n\n\u003cscript lang=\"ts\"\u003e\nimport { defineComponent, ref } from 'vue';\nimport VBInput from 'vb-input';\nexport default defineComponent({\n  components: {\n    VBInput,\n  },\n  setup() {\n    const name = ref('');\n\n    return { name };\n  },\n});\n\u003c/script\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fehsan-shv%2Fvb-input","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fehsan-shv%2Fvb-input","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fehsan-shv%2Fvb-input/lists"}