{"id":19497778,"url":"https://github.com/toshusai/spectrum-vue","last_synced_at":"2025-04-25T22:32:36.930Z","repository":{"id":45256971,"uuid":"428673332","full_name":"toshusai/spectrum-vue","owner":"toshusai","description":"Adobe Spectrum UI Components for Vue.","archived":false,"fork":false,"pushed_at":"2024-09-11T14:54:15.000Z","size":3556,"stargazers_count":12,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-12T04:23:32.229Z","etag":null,"topics":["adobe","components","design-system","spectrum","ui-components","ui-framework","ui-kit","vue","vue-components"],"latest_commit_sha":null,"homepage":"https://toshusai.github.io/spectrum-vue/","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/toshusai.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-11-16T13:47:59.000Z","updated_at":"2024-09-11T15:00:40.000Z","dependencies_parsed_at":"2022-09-10T09:12:35.390Z","dependency_job_id":null,"html_url":"https://github.com/toshusai/spectrum-vue","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshusai%2Fspectrum-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshusai%2Fspectrum-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshusai%2Fspectrum-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/toshusai%2Fspectrum-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/toshusai","download_url":"https://codeload.github.com/toshusai/spectrum-vue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224019646,"owners_count":17242176,"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":["adobe","components","design-system","spectrum","ui-components","ui-framework","ui-kit","vue","vue-components"],"created_at":"2024-11-10T21:47:58.181Z","updated_at":"2024-11-10T21:47:58.636Z","avatar_url":"https://github.com/toshusai.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spectrum-vue\n[![npm version](https://img.shields.io/npm/v/@toshusai%2Fspectrum-vue)](https://www.npmjs.com/package/@toshusai%2Fspectrum-vue)\n[![Types](https://img.shields.io/npm/types/@toshusai%2Fspectrum-vue)](https://www.npmjs.com/package/@toshusai%2Fspectrum-vue)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow)](https://opensource.org/licenses/MIT)\n\nUI Components for Vue based on [Adobe Spectrum](https://spectrum.adobe.com/) ([spectrum-css](https://github.com/adobe/spectrum-css))\n\n[Document \u0026 Demo](https://toshusai.github.io/spectrum-vue/)\n\n__:warning:__ This project is work in progress. Not a stable version. May make breaking changes.\n\n- It was created __\"based\"__ on Spectrum and is not the same as Spectrum.\n- This project was not developed by Adobe.\n- Not the same as [React Spectrum](https://github.com/adobe/react-spectrum), [Spectrum Web Components](https://github.com/adobe/spectrum-web-components) API.\n\n\n## Install\n```\nyarn add @toshusai/spectrum-vue\n```\n\nRegister Components to global.\n```ts\nimport * as components from \"@toshusai/spectrum-vue\"\nimport Vue from \"vue\"\n\nObject.entries(components).forEach(([name, component]) =\u003e {\n    Vue.component(name, component)\n})\n```\n\nAdd style.\n```js\nimport \"@toshusai/spectrum-vue/dist/index.css\"\n```\n\nAdd global css.  \n- `@spectrum-css/vars/dist/spectrum-global.css`\n\n```html\n\u003chtml class=\"spectrum spectrum--medium spectrum--dark\" dir=\"ltr\"\u003e\n    \u003cbody class=\"spectrum-Body\"\u003e \u003c/body\u003e\n\u003c/html\u003e\n```\n\n# \n\n|                   |                    |\n| ----------------- | ------------------ |\n| Accordion         | :white_check_mark: |\n| ActionBar         | :construction:     |\n| ActionButton      | :white_check_mark: |\n| ActionGroup       | :white_check_mark: |\n| ActionMenu        | :white_check_mark: |\n| AssetFile         | :white_check_mark: |\n| AssetFolder       | :white_check_mark: |\n| AssetImage        | :white_check_mark: |\n| AssetList         | :construction:     |\n| AutoComplete      | :construction:     |\n| Avatar            | :white_check_mark: |\n| Badge             | :white_check_mark: |\n| Breadcrumbs       | :white_check_mark: |\n| BreadcrumbsItem   | :white_check_mark: |\n| Button            | :white_check_mark: |\n| ButtonGroup       | :white_check_mark: |\n| Calendar          | :construction:     |\n| CalendarDate      | :construction:     |\n| Card              | :construction:     |\n| Checkbox          | :white_check_mark: |\n| CoachMark         | :construction:     |\n| ColorArea         | :construction:     |\n| ColorLoupe        | :construction:     |\n| ColorSlider       | :construction:     |\n| ColorWheel        | :construction:     |\n| Combobox          | :construction:     |\n| ContextMenu       | :construction:     |\n| DatePicker        | :construction:     |\n| Dial              | :construction:     |\n| Dialog            | :white_check_mark: |\n| Divider           | :white_check_mark: |\n| DropIndicator     | :construction:     |\n| Dropzone          | :white_check_mark: |\n| FieldGroup        | :white_check_mark: |\n| FieldLabel        | :white_check_mark: |\n| Form              | :white_check_mark: |\n| FormItem          | :white_check_mark: |\n| HelpText          | :white_check_mark: |\n| HintTextfield     | :construction:     |\n| Icon              | :white_check_mark: |\n| InlineAlert       | :white_check_mark: |\n| ItemListItem      | :construction:     |\n| Link              | :white_check_mark: |\n| LogicButton       | :white_check_mark: |\n| Menu              | :white_check_mark: |\n| MenuDivider       | :white_check_mark: |\n| MenuItem          | :white_check_mark: |\n| MenuItemHeader    | :white_check_mark: |\n| Meter             | :white_check_mark: |\n| Modal             | :white_check_mark: |\n| PaginationButton  | :white_check_mark: |\n| Picker            | :white_check_mark: |\n| PickerButton      | :white_check_mark: |\n| Popover           | :construction:     |\n| ProgressBar       | :white_check_mark: |\n| ProgressCircle    | :white_check_mark: |\n| QuickAction       | :white_check_mark: |\n| Radio             | :white_check_mark: |\n| Sidenav           | :construction:     |\n| Slider            | :white_check_mark: |\n| SliderTextfield   | :white_check_mark: |\n| SplitView         | :white_check_mark: |\n| SplitViewPane     | :white_check_mark: |\n| SplitViewSplitter | :white_check_mark: |\n| Table             | :white_check_mark: |\n| Tabs              | :construction:     |\n| Tag               | :white_check_mark: |\n| TextArea          | :white_check_mark: |\n| Textfield         | :white_check_mark: |\n| Toast             | :white_check_mark: |\n| TreeItem          | :construction:     |\n| TreeView          | :construction:     |\n| TreeViewItem      | :construction:     |\n\n# License\nMIT\n\n# Development\n\nServe documents site.\nhttp://localhost:10000/spectrum-vue\n```\ncd docs\nnpm install\nnpm run dev\n```\n\nBuild and replace dev docs node_modules.\n```\nnpm install\nnpm run build \u0026\u0026 rsync dist docs/node_modules/@toshusai/spectrum-vue\n```\n\nGenerate docs.\nCheck [scripts/README.md](./scripts/README.md)\n```\ncd scripts\nnode generateTemplate.js\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoshusai%2Fspectrum-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftoshusai%2Fspectrum-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftoshusai%2Fspectrum-vue/lists"}