{"id":19165092,"url":"https://github.com/tookit/vuetify-cascader","last_synced_at":"2026-06-18T00:30:20.338Z","repository":{"id":57391925,"uuid":"343648657","full_name":"tookit/vuetify-cascader","owner":"tookit","description":"A missing cascader select for vuetify","archived":false,"fork":false,"pushed_at":"2021-03-27T02:47:44.000Z","size":915,"stargazers_count":12,"open_issues_count":2,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-04T05:48:14.217Z","etag":null,"topics":["cascader-select","material","material-cascader","vuetify-cascader","vuetify-component"],"latest_commit_sha":null,"homepage":"http://vma.isocked.com/#/element/cascader/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tookit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-02T04:47:07.000Z","updated_at":"2023-06-21T14:46:39.000Z","dependencies_parsed_at":"2022-09-07T06:20:13.930Z","dependency_job_id":null,"html_url":"https://github.com/tookit/vuetify-cascader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tookit%2Fvuetify-cascader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tookit%2Fvuetify-cascader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tookit%2Fvuetify-cascader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tookit%2Fvuetify-cascader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tookit","download_url":"https://codeload.github.com/tookit/vuetify-cascader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240245901,"owners_count":19771029,"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":["cascader-select","material","material-cascader","vuetify-cascader","vuetify-component"],"created_at":"2024-11-09T09:26:30.596Z","updated_at":"2026-06-18T00:30:18.231Z","avatar_url":"https://github.com/tookit.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vuetify-cascader\n\nA missing cascader select for vuetify\n\nThis repo will be archived, please migrate to [https://github.com/tookit/vmajs]\n\n# Demo\n\nhttp://vma.isocked.com/#/element/cascader/\n\n![example](https://raw.githubusercontent.com/tookit/vuetify-cascader/master/docs/example.png)\n\n# Installation\n\n```\n# npm\nnpm install vuetify-cascader\n\n# Yarn\nyarn add vuetify-cascader\n```\n\n## Props\n\n|   Name    |  Type   | Default | Required? | Description                                        |\n| :-------: | :-----: | :-----: | :-------: | -------------------------------------------------- |\n|   items   |  Array  |   []    |     Y     | A nested data set                                  |\n| itemValue | String  |  value  |     N     | Set property of items’s value - must be primitive. |\n| itemText  | String  |  value  |     N     | Set property of items’s text value                 |\n| outlined  | Boolean |  false  |     N     | Applies the outlined style to the input            |\n|   label   | String  |  null   |     N     | Set input's label                                  |\n\n# Usage\n\n```vue\n\u003ctemplate\u003e\n  \u003cv-app id=\"app\"\u003e\n    \u003cv-container\u003e\n      \u003cv-row\u003e\n        \u003cv-col cols=\"12\" md=\"6\"\u003e\n          \u003cv-cascader\n            v-model=\"selectedItem\"\n            label=\"Select Product\"\n            item-value=\"id\"\n            item-text=\"text\"\n            :items=\"items\"\n            outlined\n          /\u003e\n        \u003c/v-col\u003e\n      \u003c/v-row\u003e\n    \u003c/v-container\u003e\n  \u003c/v-app\u003e\n\u003c/template\u003e\n\n\u003cscript\u003e\nimport VCascader from './components/VCascader.vue'\n\nexport default {\n  components: {\n    VCascader,\n  },\n\n  data() {\n    return {\n      items: [\n        {\n          id: 1,\n          text: 'Phone',\n          value: 'phone',\n          children: [\n            ...\n          ],\n        },\n      ],\n      selectedItem: null,\n    }\n  },\n}\n\u003c/script\u003e\n```\n\nFor other uses see examples: https://github.com/tookit/vuetify-cascader/blob/master/src/App.vue\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftookit%2Fvuetify-cascader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftookit%2Fvuetify-cascader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftookit%2Fvuetify-cascader/lists"}