{"id":15315758,"url":"https://github.com/wobsoriano/v-command-palette","last_synced_at":"2025-04-15T02:18:23.375Z","repository":{"id":213766243,"uuid":"734090954","full_name":"wobsoriano/v-command-palette","owner":"wobsoriano","description":"A cmd+k component for Vuetify","archived":false,"fork":false,"pushed_at":"2024-06-14T15:37:29.000Z","size":215,"stargazers_count":10,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T14:05:18.561Z","etag":null,"topics":["command-palette","vue","vuetify"],"latest_commit_sha":null,"homepage":"https://v-command-palette.vercel.app","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/wobsoriano.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-20T21:04:57.000Z","updated_at":"2025-03-02T20:20:18.000Z","dependencies_parsed_at":"2023-12-27T08:38:35.025Z","dependency_job_id":"305811cc-6f42-4a46-9122-49e9c2e0c8e7","html_url":"https://github.com/wobsoriano/v-command-palette","commit_stats":null,"previous_names":["wobsoriano/v-command-palette"],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wobsoriano%2Fv-command-palette","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wobsoriano%2Fv-command-palette/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wobsoriano%2Fv-command-palette/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wobsoriano%2Fv-command-palette/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wobsoriano","download_url":"https://codeload.github.com/wobsoriano/v-command-palette/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248506082,"owners_count":21115380,"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":["command-palette","vue","vuetify"],"created_at":"2024-10-01T08:51:58.427Z","updated_at":"2025-04-15T02:18:23.358Z","avatar_url":"https://github.com/wobsoriano.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# v-command-palette\n\nA command palette for [Vuetify](https://next.vuetifyjs.com).\n\nhttps://github.com/wobsoriano/v-command-palette/assets/13049130/f99bccff-acde-422c-a30b-1a53bac0ffa0\n\n## Installation\n\n```bash\nnpm install v-command-palette\n```\n\n## Usage\n\nImport the component at the root of your app\n\n```vue\n\u003cscript setup\u003e\nimport { VCommandPalette, createCommand } from 'v-command-palette'\n\nconst commands = [\n  createCommand({\n    title: 'Home',\n    icon: 'mdi-home',\n    command() { /** do something */ },\n    section: 'Navigation',\n    shortcut: ['h'],\n  }),\n  createCommand({\n    title: 'Docs',\n    icon: 'mdi-book',\n    command() { /** do something */ },\n    section: 'Navigation',\n    shortcut: ['g', 'd'],\n  }),\n]\n\u003c/script\u003e\n\n\u003ctemplate\u003e\n  \u003cVApp\u003e\n    \u003cVMain\u003e\n      \u003cVCommandPalette :commands=\"commands\" /\u003e\n    \u003c/VMain\u003e\n  \u003c/VApp\u003e\n\u003c/template\u003e\n```\n\n## Props\n\n| Name | Type | Default | Description |\n| --- | --- | --- | --- |\n| commands | `array` | `[]` | The list of commands to display. See the [`Command`](https://github.com/wobsoriano/v-command-palette/blob/e1ed365d227caeb6c1fa6222ebbb98f80cc8fff8/lib/useSearch.ts#L6) interface. |\n| textFieldProps | `object` | `{}` | [VTextField props](https://vuetifyjs.com/en/api/v-text-field/#props) |\n| dialogProps | `object` | `{}` | [VDIalog props](https://vuetifyjs.com/en/api/v-dialog/#props) |\n| cardProps | `object` | `{}` | [VCard props](https://vuetifyjs.com/en/api/v-card/#props) |\n| cardTextProps | `object` | `{}` | [VCardText props](https://vuetifyjs.com/en/api/v-card-text/#props) |\n| fuseOptions | `object` | `{}` | [Fuse.js options](https://www.fusejs.io/api/options.html) |\n\n## Composables\n\n- `useCommandPalette` - Programmaticaly open or close the dialog.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwobsoriano%2Fv-command-palette","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwobsoriano%2Fv-command-palette","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwobsoriano%2Fv-command-palette/lists"}