{"id":13341626,"url":"https://github.com/giovanni-venturelli/jvx-multiselect","last_synced_at":"2025-03-11T22:31:18.255Z","repository":{"id":95753536,"uuid":"299654254","full_name":"giovanni-venturelli/jvx-multiselect","owner":"giovanni-venturelli","description":"A multipurpose - multiselect material web component which manages both synchronous and asynchronous selections.","archived":false,"fork":false,"pushed_at":"2020-10-06T15:05:22.000Z","size":4957,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-24T10:06:50.660Z","etag":null,"topics":["asynchronous","material-design","multi-select","select","web-components"],"latest_commit_sha":null,"homepage":"","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/giovanni-venturelli.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-29T15:10:20.000Z","updated_at":"2020-10-06T15:05:24.000Z","dependencies_parsed_at":"2023-03-26T16:02:49.070Z","dependency_job_id":null,"html_url":"https://github.com/giovanni-venturelli/jvx-multiselect","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/giovanni-venturelli%2Fjvx-multiselect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giovanni-venturelli%2Fjvx-multiselect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giovanni-venturelli%2Fjvx-multiselect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/giovanni-venturelli%2Fjvx-multiselect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/giovanni-venturelli","download_url":"https://codeload.github.com/giovanni-venturelli/jvx-multiselect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243125142,"owners_count":20240263,"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":["asynchronous","material-design","multi-select","select","web-components"],"created_at":"2024-07-29T19:25:39.294Z","updated_at":"2025-03-11T22:31:18.249Z","avatar_url":"https://github.com/giovanni-venturelli.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jvx-multiselect\n\nJvx-multiselect is a multipurpose - multiselect material web component which manages both synchronous and asynchronous selections.\n## Todo\n* Import vuetify style in the web component\n\n## Build\n\n```npm\nnpm install\nnpm run build-wc\n```\n\n## Installation \u0026 use\nUse `npm link` to include jvx-multiselect in your project.\n#### Angular10\n\n###### *app.module.ts*\n```ts\nimport { BrowserModule } from '@angular/platform-browser';\nimport {CUSTOM_ELEMENTS_SCHEMA, NgModule} from '@angular/core';\nimport { AppComponent } from './app.component';\n\n@NgModule({\n  declarations: [\n    AppComponent\n  ],\n  imports: [\n    BrowserModule\n  ],\n  providers: [],\n  bootstrap: [AppComponent],\n  schemas: [ CUSTOM_ELEMENTS_SCHEMA ]\n})\nexport class AppModule { }\n```\n###### *custom.component.ts*\n```ts\nimport {Component} from '@angular/core';\nimport 'jvx-multiselect';\n\n@Component({\n  selector: 'app-root',\n  templateUrl: './app.component.html',\n  styleUrls: ['./app.component.css']\n})\nexport class AppComponent {\n  title = 'angular-test';\n  options = [\n                {value: 0, text: 'Val 0'}, \n                {value: 1, text: 'Val 1'}, \n                {value: 2, text: 'Val 2'}\n            ];\n}\n```\n\n###### *custom.component.html*\n```angular2html\n\u003cjvx-multiselect [options]=\"options\"\u003e\u003c/jvx-multiselect\u003e\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiovanni-venturelli%2Fjvx-multiselect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiovanni-venturelli%2Fjvx-multiselect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiovanni-venturelli%2Fjvx-multiselect/lists"}