{"id":21344482,"url":"https://github.com/s00d/vue-call-next","last_synced_at":"2026-03-19T20:01:07.699Z","repository":{"id":33981634,"uuid":"165296805","full_name":"s00d/vue-call-next","owner":"s00d","description":"Simple calendar with selectable dates","archived":false,"fork":false,"pushed_at":"2023-01-06T03:00:21.000Z","size":1114,"stargazers_count":0,"open_issues_count":13,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T03:24:38.073Z","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/s00d.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":"2019-01-11T19:17:46.000Z","updated_at":"2020-04-06T10:53:46.000Z","dependencies_parsed_at":"2023-01-15T03:47:32.459Z","dependency_job_id":null,"html_url":"https://github.com/s00d/vue-call-next","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/s00d/vue-call-next","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s00d%2Fvue-call-next","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s00d%2Fvue-call-next/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s00d%2Fvue-call-next/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s00d%2Fvue-call-next/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/s00d","download_url":"https://codeload.github.com/s00d/vue-call-next/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/s00d%2Fvue-call-next/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270912550,"owners_count":24666746,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"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":[],"created_at":"2024-11-22T01:19:16.305Z","updated_at":"2026-02-09T20:32:44.882Z","avatar_url":"https://github.com/s00d.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue-call-next\r\n\r\n[![Build Status](https://travis-ci.org/s00d/vue-call-next.svg?branch=master)](https://travis-ci.org/s00d/vue-call-next)\r\n[![npm version](https://badge.fury.io/js/vue-call-next.svg)](https://badge.fury.io/js/vue-call-next)\r\n\r\n![preview](https://s2.gifyu.com/images/image65236dec4b3e998b.gif)\r\n\r\nSimple calendar with selectable dates\r\n\r\n## Example App\r\ntry out this [Code Sandbox](https://codesandbox.io/s/qy7jjvn24)\r\n\r\n## Installation\r\n```\r\nnpm install --save vue-call-next\r\n```\r\n\r\nInstalling the plugin will globally add the `vue-call-next` component to your project.\r\n\r\n```js\r\n//main.js\r\nimport Call from 'vue-call-next'\r\nVue.use(Call)\r\n```\r\n\r\nBut you can also import the standalone component to add locally or for more complex installations.\r\n\r\n```js\r\n// foo.vue\r\nimport { Call } from 'vue-call-next'\r\nexport default {\r\n  components: {\r\n    Call,\r\n  },\r\n}\r\n```\r\n\r\n### CSS\r\nyou will need to explicitly import this css file in your project.\r\n```js\r\nimport 'vue-call-next/call.css'\r\n```\r\n\r\n## Basic Usage\r\n\r\nYou can pass an array of cal objects through the props\r\n\r\n```html\r\n\u003cvue-call-next :start=\"startDate\" :helper=\"false\" @set-dates=\"(start, end) =\u003e {startDate = start; endDate = end}\" placeholder=\"change\" /\u003e\r\n...\r\n\u003cscript\u003e\r\n...\r\n  data() {\r\n    return {\r\n      startDate: '2010-01-01',\r\n      endDate: '2010-01-01',\r\n    }\r\n  }\r\n...\r\n\u003c/script\u003e\r\n```\r\nParam | Default | Description\r\n------ | ------ | ------\r\nstart | NOW() | date started, format: YYYY-MM-DD\r\ndays-name | ```[ \"Sunday\", \"Monday\", \"Tuesday\", \"Wednesday\", \"Thursday\", \"Friday\", \"Saturday\" ]``` | array with day name\r\nmonth-name | ```[ \"January\", \"February\", \"March\", \"April\", \"May\", \"June\", \"July\", \"August\", \"September\", \"October\", \"November\", \"December\" ]``` | array with month name\r\nmin-year | 2000 | Minimal year to change\r\nrange | true | enable or disable range change\r\nplaceholder | click | text to input placeholder","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs00d%2Fvue-call-next","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fs00d%2Fvue-call-next","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fs00d%2Fvue-call-next/lists"}