{"id":44878418,"url":"https://github.com/ilkerdurmaz/vue-bootstrap-login","last_synced_at":"2026-02-17T15:09:41.209Z","repository":{"id":42446351,"uuid":"477060079","full_name":"ilkerdurmaz/vue-bootstrap-login","owner":"ilkerdurmaz","description":"A login component that was made with vue, bootstap and much love. ","archived":false,"fork":false,"pushed_at":"2022-09-11T06:41:53.000Z","size":3442,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-02T10:08:30.999Z","etag":null,"topics":["component","login","login-forms","vue","vue-components","vuejs"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/vue-bootstrap-login","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/ilkerdurmaz.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":"2022-04-02T13:18:15.000Z","updated_at":"2023-07-11T18:05:33.000Z","dependencies_parsed_at":"2022-08-25T16:01:07.402Z","dependency_job_id":null,"html_url":"https://github.com/ilkerdurmaz/vue-bootstrap-login","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ilkerdurmaz/vue-bootstrap-login","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilkerdurmaz%2Fvue-bootstrap-login","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilkerdurmaz%2Fvue-bootstrap-login/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilkerdurmaz%2Fvue-bootstrap-login/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilkerdurmaz%2Fvue-bootstrap-login/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ilkerdurmaz","download_url":"https://codeload.github.com/ilkerdurmaz/vue-bootstrap-login/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilkerdurmaz%2Fvue-bootstrap-login/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29548206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T14:33:00.708Z","status":"ssl_error","status_checked_at":"2026-02-17T14:32:58.657Z","response_time":100,"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":["component","login","login-forms","vue","vue-components","vuejs"],"created_at":"2026-02-17T15:09:37.238Z","updated_at":"2026-02-17T15:09:41.205Z","avatar_url":"https://github.com/ilkerdurmaz.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A login/register component for the web apps.\n\n### Sign-Up / Sign-In Transition\n![1](https://user-images.githubusercontent.com/14932895/162794507-9556211c-3cd6-494c-a322-44e5eb5dc06c.gif)\n### Validation and Error\n![2](https://user-images.githubusercontent.com/14932895/162794528-254ad16e-fb64-4fdc-8de3-d8f10cfc7445.gif)\n\n## [DEMO](https://ilkerdurmaz.github.io/vue-bootstrap-login/)\n\n## Using the component:\n\n**Installing**\n\n```bash\n   npm i vue-bootstrap-login\n```\n\n**Import to Project**\n\n```javascript\n// main.js file\nimport loginMain from 'vue-bootstrap-login/src/components/loginMain'\nVue.component('myLoginComp', loginMain)\n```\nor\n\n```vue\n\u003cscript\u003e\n import loginMain from 'vue-bootstrap-login/src/components/loginMain'\n  export default {\n    components: {\n      myLoginComp: loginMain\n    }\n  }\n\u003c/script\u003e\n```\nand\n\n```vue\n\u003ctemplate\u003e\n  \u003cmyLoginComp ...props\u003e\n\u003c/template\u003e\n```\n### Props\n``` html\n   \u003cmyLoginComp \n    :v-model=\"\"\n    :btnColor=\"\"\n    :bgColor=\"\"\n    :isDark=\"\"\n    :loginTitle=\"\"\n    :registerTitle=\"\"            \n    :titleSize=\"\"\n    :passLength=\"\"\n    :forgotPassLink=\"\"\n    :termsLink=\"\"            \n    :isCorrect=\"\"            \n    :loginMessage=\"\"\n    :registerMessage=\"\"/\u003e\n```\n| Prop                       | Type    | Description                                                                               | Default                                                                   |\n|----------------------------|---------|-------------------------------------------------------------------------------------------|---------------------------------------------------------------------------|\n| value/modelValue (v-model) | Object  | email/password/submitType(login/register)/rememberMe                                      | {}                                                                        |\n| bgColor                    | String  | component background color                                                                | transparent                                                               |\n| btnColor                   | String  | buttons background color                                                                  | linear-gradient(90deg,rgba(6, 154, 231, 1) 0%,rgba(35, 204, 236, 1) 100%) |\n| loginTitle                 | String  | -                                                                                         | WELCOME                                                                   |\n| registerTitle              | String  | -                                                                                         | JOIN US!                                                                  |\n| titleSize                  | String  | css font size                                                                             | 4rem                                                                      |\n| passLength                 | Number  | minimum password size                                                                     | 6                                                                         |\n| forgotPassLink             | String  | forgot password link                                                                      | #                                                                         |\n| termsLink                  | String  | registration terms link                                                                   | #                                                                         |\n| isCorrect                  | Boolean | sign up / sign in form validation result, when is false login/register button is disabled | true                                                                      |\n| isDark                     | Boolean | Title and button texts color switch (dark/light)                                          | false                                                                     |\n| loginMessage               | String  | error message displayed on the login button when isCorrect=false                          | information is incorrect                                                  |\n| registerMessage            | String  | error message displayed on the register button when isCorrect=false                       | information is incorrect                                                  |\n\n### Built With\n\n* [Vue.js](https://vuejs.org/)\n* [Bootstrap, Bootstrap Icons](https://getbootstrap.com)\n* [Vuelidate](https://vuelidate-next.netlify.app/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filkerdurmaz%2Fvue-bootstrap-login","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filkerdurmaz%2Fvue-bootstrap-login","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filkerdurmaz%2Fvue-bootstrap-login/lists"}