{"id":13824494,"url":"https://github.com/elreco/vue-tailwind-datepicker","last_synced_at":"2025-05-16T15:08:30.962Z","repository":{"id":58725626,"uuid":"532367370","full_name":"elreco/vue-tailwind-datepicker","owner":"elreco","description":"A Vue 3 Datepicker using Tailwind CSS","archived":false,"fork":false,"pushed_at":"2024-09-16T17:13:36.000Z","size":4428,"stargazers_count":245,"open_issues_count":42,"forks_count":47,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-08T10:17:50.068Z","etag":null,"topics":["component","datepicker","tailwind","vue"],"latest_commit_sha":null,"homepage":"https://vue-tailwind-datepicker.com","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/elreco.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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},"funding":{"github":"elreco","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2022-09-03T20:30:04.000Z","updated_at":"2025-04-15T16:15:20.000Z","dependencies_parsed_at":"2024-01-17T11:04:42.979Z","dependency_job_id":"f745fdea-89b8-4fad-af1a-cfff952a1d4f","html_url":"https://github.com/elreco/vue-tailwind-datepicker","commit_stats":{"total_commits":99,"total_committers":13,"mean_commits":7.615384615384615,"dds":0.303030303030303,"last_synced_commit":"33cd7ee1e79a06fb6bcc4c0cc8dc95bd02a6cc98"},"previous_names":[],"tags_count":59,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elreco%2Fvue-tailwind-datepicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elreco%2Fvue-tailwind-datepicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elreco%2Fvue-tailwind-datepicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elreco%2Fvue-tailwind-datepicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elreco","download_url":"https://codeload.github.com/elreco/vue-tailwind-datepicker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254553958,"owners_count":22090417,"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":["component","datepicker","tailwind","vue"],"created_at":"2024-08-04T09:01:03.688Z","updated_at":"2025-05-16T15:08:25.944Z","avatar_url":"https://github.com/elreco.png","language":"Vue","funding_links":["https://github.com/sponsors/elreco"],"categories":["Packages","Components \u0026 Libraries"],"sub_categories":["UI Components"],"readme":"# Vue Tailwind Datepicker\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://vue-tailwind-datepicker.com\" target=\"_blank\"\u003e\n      \u003cimg alt=\"Vue Tailwind Datepicker\" width=\"100\" style=\"border-radius: 100%;\" src=\"https://github.com/elreco/vue-tailwind-datepicker/blob/main/docs/logo.png?raw=true\"\u003e\n    \u003c/a\u003e\u003cbr\u003e\u003cbr\u003e\n    A Datepicker component for Vue 3 using Tailwind and dayjs.\n\u003c/p\u003e\n\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n\n\n## Documentation\n\nGo to [full documentation](https://vue-tailwind-datepicker.com)\n\n## Installation\n\n⚠️ Vue Tailwind Datepicker uses Tailwind CSS (with the @tailwindcss/forms plugin) \u0026 Day.js under the hood, **you must install those packages** before.\nYou can follow [this tutorial](https://dev.to/elreco/add-a-tailwind-datepicker-to-your-vue-3-application-57j2).\n\n### Install via npm\n\n```\nnpm install vue-tailwind-datepicker\n```\n\n### Install via yarn\n\n```\nyarn add vue-tailwind-datepicker\n```\n\n## Simple Usage\n\nHow it works,\n\n```vue\n\u003cscript setup\u003e\nimport { ref } from \"vue\";\nimport VueTailwindDatepicker from \"vue-tailwind-datepicker\";\n\nconst dateValue = ref([]);\nconst formatter = ref({\n  date: \"DD MMM YYYY\",\n  month: \"MMM\",\n});\n\u003c/script\u003e\n\n\u003ctemplate\u003e\n  \u003cdiv\u003e\n    \u003cvue-tailwind-datepicker :formatter=\"formatter\" v-model=\"dateValue\" /\u003e\n  \u003c/div\u003e\n\u003c/template\u003e\n```\n\n## Theming options\n\n**Light Mode**\n\n![Light Mode](https://github.com/elreco/vue-tailwind-datepicker/blob/main/docs/light.png?raw=true)\n\n**Dark Mode**\n\n![Dark Mode](https://github.com/elreco/vue-tailwind-datepicker/blob/main/docs/dark.png?raw=true)\n\n## Changelog\n\nAll notable changes to this project will be documented in the [Releases Page](https://github.com/elreco/vue-tailwind-datepicker/releases).\n\n## Sponsor\n\n- [tailwindai.dev](https://www.tailwindai.dev)\n\n## License\n\nThe [MIT](LICENSE) License. Please [see](http://opensource.org/licenses/MIT) for more information.\n\n## Thanks to\n\n- [kenhyuwa](https://github.com/kenhyuwa)\n- [Vue](https://v3.vuejs.org/)\n- [Tailwind CSS](https://tailwindcss.com/)\n- [day.js](https://day.js.org/)\n- and other support...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felreco%2Fvue-tailwind-datepicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felreco%2Fvue-tailwind-datepicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felreco%2Fvue-tailwind-datepicker/lists"}