{"id":18387331,"url":"https://github.com/terryz/v-dropdown","last_synced_at":"2025-09-06T17:42:07.461Z","repository":{"id":65761356,"uuid":"141108534","full_name":"TerryZ/v-dropdown","owner":"TerryZ","description":"A dropdown container layer plugin for vue","archived":false,"fork":false,"pushed_at":"2025-04-11T14:33:51.000Z","size":584,"stargazers_count":22,"open_issues_count":1,"forks_count":7,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-08-18T09:11:36.890Z","etag":null,"topics":["container","dropdown"],"latest_commit_sha":null,"homepage":"https://terryz.github.io/docs-vue3/dropdown/","language":"JavaScript","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/TerryZ.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG-CN.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-16T08:18:52.000Z","updated_at":"2025-04-16T09:40:15.000Z","dependencies_parsed_at":"2024-06-18T17:00:57.796Z","dependency_job_id":"934b8640-1a46-4409-9589-baf40dc3de0c","html_url":"https://github.com/TerryZ/v-dropdown","commit_stats":{"total_commits":143,"total_committers":1,"mean_commits":143.0,"dds":0.0,"last_synced_commit":"a135d709657d386b1adcac7eb4a841421770be3c"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/TerryZ/v-dropdown","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerryZ%2Fv-dropdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerryZ%2Fv-dropdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerryZ%2Fv-dropdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerryZ%2Fv-dropdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TerryZ","download_url":"https://codeload.github.com/TerryZ/v-dropdown/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TerryZ%2Fv-dropdown/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273939959,"owners_count":25195074,"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-09-06T02:00:13.247Z","response_time":2576,"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":["container","dropdown"],"created_at":"2024-11-06T01:25:43.678Z","updated_at":"2025-09-06T17:42:07.430Z","avatar_url":"https://github.com/TerryZ.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# v-dropdown \u0026middot; [![test](https://github.com/TerryZ/v-dropdown/actions/workflows/npm-publish.yml/badge.svg?branch=master)](https://github.com/TerryZ/v-dropdown/actions/workflows/npm-publish.yml) [![codecov](https://codecov.io/gh/TerryZ/v-dropdown/branch/master/graph/badge.svg?token=veg52RGaZg)](https://codecov.io/gh/TerryZ/v-dropdown) [![npm version](https://img.shields.io/npm/v/v-dropdown.svg)](https://www.npmjs.com/package/v-dropdown) [![npm downloads](https://img.shields.io/npm/dy/v-dropdown.svg)](https://www.npmjs.com/package/v-dropdown) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n\nA dropdown container for Vue3\n\nIf you are using vue `2.x` version, please use [v-dropdown 2.x](https://github.com/TerryZ/v-dropdown/tree/dev-vue-2) version instead\n\n## Features\n\n- Multiple drop-down bar triggering methods\n- Built-in trigger button component for quick use\n- When the position and size of the trigger and the drop-down bar content change, the drop-down bar content position is automatically adjusted to align - with the trigger\n- Provide `Dropdown` status and tool functions for each slot\n- Provide `useDropdown` tool function\n- Flexible style customization method\n\n## Documentation and Examples\n\nDocumentation and examples please visit below sites\n\n- [github-pages](https://terryz.github.io/docs-vue3/dropdown/)\n\n## My repositories using `v-dropdown`\n\n- [v-selectpage](https://github.com/TerryZ/v-selectpage)\n- [v-selectmenu](https://github.com/TerryZ/v-selectmenu)\n- [v-region](https://github.com/TerryZ/v-region)\n- [v-suggest](https://github.com/TerryZ/v-suggest)\n\n## Installation\n\n[![https://nodei.co/npm/v-dropdown.png?downloads=true\u0026downloadRank=true\u0026stars=true](https://nodei.co/npm/v-dropdown.png?downloads=true\u0026downloadRank=true\u0026stars=true)](https://www.npmjs.com/package/v-dropdown)\n\n```sh\n# npm\nnpm i v-dropdown\n# yarn\nyarn add v-dropdown\n# pnpm\npnpm add v-dropdown\n```\n\n## Usage\n\n```vue\n\u003ctemplate\u003e\n  \u003cDropdown\u003e\n    \u003ctemplate #trigger\u003e\n      \u003cDropdownTrigger /\u003e\n    \u003c/template\u003e\n\n    \u003cDropdownContent\u003e\n      \u003cdiv\u003esome contents\u003c/div\u003e\n    \u003c/DropdownContent\u003e\n  \u003c/Dropdown\u003e\n\u003c/template\u003e\n\n\u003cscript setup\u003e\nimport { Dropdown, DropdownContent, DropdownTrigger } from 'v-dropdown'\n\u003c/script\u003e\n```\n\n## License\n\n[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://mit-license.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterryz%2Fv-dropdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fterryz%2Fv-dropdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterryz%2Fv-dropdown/lists"}