{"id":23293309,"url":"https://github.com/theprojectsx/react-custom-select","last_synced_at":"2026-05-08T04:08:06.764Z","repository":{"id":251631153,"uuid":"837956036","full_name":"TheProjectsX/react-custom-select","owner":"TheProjectsX","description":"React component for Custom Dropdown select","archived":false,"fork":false,"pushed_at":"2024-08-05T12:05:04.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T18:51:04.683Z","etag":null,"topics":["react","react-component","react-select"],"latest_commit_sha":null,"homepage":"https://react-custom-select-x.vercel.app/","language":"JavaScript","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/TheProjectsX.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":"2024-08-04T14:40:32.000Z","updated_at":"2024-08-05T12:05:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"2da3e7f0-681f-4609-ba75-908313cadb35","html_url":"https://github.com/TheProjectsX/react-custom-select","commit_stats":null,"previous_names":["theprojectsx/react-custom-select"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheProjectsX/react-custom-select","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheProjectsX%2Freact-custom-select","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheProjectsX%2Freact-custom-select/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheProjectsX%2Freact-custom-select/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheProjectsX%2Freact-custom-select/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheProjectsX","download_url":"https://codeload.github.com/TheProjectsX/react-custom-select/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheProjectsX%2Freact-custom-select/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32766158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T02:36:36.067Z","status":"ssl_error","status_checked_at":"2026-05-08T02:36:07.210Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["react","react-component","react-select"],"created_at":"2024-12-20T06:14:43.743Z","updated_at":"2026-05-08T04:08:06.749Z","avatar_url":"https://github.com/TheProjectsX.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Custom Select Component for React\n\nSimple Custom Select component created using React JS and Raw CSS\n\nExample: [here](https://react-custom-select-x.vercel.app/)\n\n### Usages:\n\n```jsx\nconst simpleOptions = [\n  { label: \"Apple\", value: \"apple\" },\n  { label: \"Banana\", value: \"banana\" },\n  { label: \"Cherry\", value: \"cherry\" },\n  { label: \"Date\", value: \"date\" },\n  { label: \"Elderberry\", value: \"elderberry\" },\n  { label: \"Fig\", value: \"fig\" },\n  { label: \"Grape\", value: \"grape\" },\n  { label: \"Honeydew\", value: \"honeydew\" },\n];\n\nconst consoleElementSelected = (item) =\u003e {\n  console.log(\"Selected Item(s):\", item);\n};\nconst consoleElementSearch = (value) =\u003e {\n  console.log(\"Searched Value:\", value);\n};\nconst consoleMenuOpen = () =\u003e {\n  console.log(\"Menu Opened\");\n};\n\n\u003cSelect\n  Options={simpleOptions}\n  Value={simpleOptions[0]}\n  isClearable={true}\n  isSearchable={true}\n  isDisabled={false}\n  isMulti={false}\n  onSearch={consoleElementSearch}\n  onMenuOpen={consoleMenuOpen}\n  onChange={consoleElementSelected}\n/\u003e;\n```\n\n## Key Features:\n\n- **Single and Multiple Selection:** The component supports both single and multiple value selection.\n- **Searchable Options:** Users can search for specific options within the dropdown.\n- **Clearable Options:** Selected options can be easily cleared.\n- **Grouped Items:** Options are displayed in organized groups.\n- **Accessibility:** The component is designed to be accessible for all users.\n- **Responsive Design:** The component is fully responsive, ensuring optimal usability across various devices.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheprojectsx%2Freact-custom-select","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheprojectsx%2Freact-custom-select","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheprojectsx%2Freact-custom-select/lists"}