{"id":13532208,"url":"https://github.com/Murzbul/solid-multiselect","last_synced_at":"2025-04-01T20:31:35.171Z","repository":{"id":45770320,"uuid":"456564106","full_name":"Murzbul/solid-multiselect","owner":"Murzbul","description":"A multi-select implementation for Solid.","archived":false,"fork":false,"pushed_at":"2022-03-10T17:29:53.000Z","size":206,"stargazers_count":16,"open_issues_count":2,"forks_count":4,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-18T04:33:48.449Z","etag":null,"topics":["innovation-labx","solidjs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/Murzbul.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}},"created_at":"2022-02-07T15:29:29.000Z","updated_at":"2025-01-14T16:10:48.000Z","dependencies_parsed_at":"2022-09-16T08:52:28.173Z","dependency_job_id":null,"html_url":"https://github.com/Murzbul/solid-multiselect","commit_stats":null,"previous_names":["murzbul/solid-multiselect","digichanges/solid-multiselect"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Murzbul%2Fsolid-multiselect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Murzbul%2Fsolid-multiselect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Murzbul%2Fsolid-multiselect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Murzbul%2Fsolid-multiselect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Murzbul","download_url":"https://codeload.github.com/Murzbul/solid-multiselect/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246604610,"owners_count":20804100,"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":["innovation-labx","solidjs"],"created_at":"2024-08-01T07:01:09.080Z","updated_at":"2025-04-01T20:31:30.156Z","avatar_url":"https://github.com/Murzbul.png","language":"TypeScript","funding_links":[],"categories":["📦 Components \u0026 Libraries"],"sub_categories":["UI Components"],"readme":"# \u003cimg width=\"27px\" src=\"https://github.com/solidjs/solid-site/raw/master/src/assets/logo.png\" alt=\"Solid logo\"\u003e \u0026nbsp;Solid MultiSelect\n\n## Installation\n\n```bash\n## in npm\nnpm install @digichanges/solid-multiselect\n## or in yarn\nyarn add @digichanges/solid-multiselect\n```\n\nAdd as a module:\n\n```ts\nimport { MultiSelect } from '@digichanges/solid-multiselect';\n```\n\n## Demo\n[Demo codesandbox](https://codesandbox.io/s/solidjs-multiselect-demo-db55z?file=/src/main.tsx)\n\n\u003cimg src=\"doc/multiselect_examples.png\" alt=\"multi-select example\"\u003e\n\n### Search:\n\u003cimg src=\"doc/multiselect_search_examples.png\" alt=\"multi-select search example\"\u003e\n\n## Example\n\n\n```jsx\nimport { MultiSelect } from '@digichanges/solid-components'\n\n\u003ch3\u003eLimit 2 elements\u003c/h3\u003e\n\u003cMultiSelect\n    style={{ chips: { color: \"red\", \"background-color\": \"pink\" } }}\n    options={[\"yellow\", \"blue\", \"pink\", \"white\"]}\n    onSelect={console.log}\n    onRemove={console.log}\n    selectedValues={[\"yellow\"]}\n    selectionLimit={2}\n/\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMurzbul%2Fsolid-multiselect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMurzbul%2Fsolid-multiselect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMurzbul%2Fsolid-multiselect/lists"}