{"id":20283206,"url":"https://github.com/bsonntag/react-listbox","last_synced_at":"2025-10-15T21:36:08.589Z","repository":{"id":38818805,"uuid":"258758691","full_name":"bsonntag/react-listbox","owner":"bsonntag","description":"A customizable, accessible and controllable select for React.","archived":false,"fork":false,"pushed_at":"2023-10-27T06:51:52.000Z","size":2890,"stargazers_count":4,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-02T18:51:18.926Z","etag":null,"topics":["listbox","react","select"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@bsonntag/react-listbox","language":"JavaScript","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/bsonntag.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-25T11:26:58.000Z","updated_at":"2023-03-10T09:31:40.000Z","dependencies_parsed_at":"2022-09-09T13:03:34.137Z","dependency_job_id":"374aeb25-40a1-43c8-b365-66c42a98719b","html_url":"https://github.com/bsonntag/react-listbox","commit_stats":{"total_commits":69,"total_committers":5,"mean_commits":13.8,"dds":0.5217391304347826,"last_synced_commit":"02d0af45f3582ff10c9d552c700e04577a8d12e9"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsonntag%2Freact-listbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsonntag%2Freact-listbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsonntag%2Freact-listbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsonntag%2Freact-listbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bsonntag","download_url":"https://codeload.github.com/bsonntag/react-listbox/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248360914,"owners_count":21090781,"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":["listbox","react","select"],"created_at":"2024-11-14T14:13:38.223Z","updated_at":"2025-10-15T21:36:08.499Z","avatar_url":"https://github.com/bsonntag.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-listbox\n\n[![CircleCI build](https://circleci.com/gh/bsonntag/react-listbox.svg?style=svg)](https://circleci.com/gh/bsonntag/react-listbox)\n\nA customizable, accessible and controllable listbox component for React.\n\n## Installation\n\nUsing npm:\n\n```sh\nnpm install @bsonntag/react-listbox\n```\n\nUsing yarn:\n\n```sh\nyarn add @bsonntag/react-listbox\n```\n\n## Usage\n\n```js\nimport React from 'react';\nimport {\n  Listbox,\n  ListboxButton,\n  ListboxButtonLabel,\n  ListboxList,\n  ListboxOption,\n} from '@bsonntag/react-listbox';\n\nfunction Select() {\n  const [value, setValue] = useState();\n  return (\n    \u003cListbox value={value} onChange={setValue}\u003e\n      \u003cListboxButton aria-label='Fruit'\u003e\n        \u003cListboxButtonLabel /\u003e\n      \u003c/ListboxButton\u003e\n      \u003cListboxList\u003e\n        \u003cListboxOption\u003eChoose one fruit\u003c/ListboxOption\u003e\n        \u003cListboxOption value='apple'\u003eApple\u003c/ListboxOption\u003e\n        \u003cListboxOption value='banana'\u003eBanana\u003c/ListboxOption\u003e\n        \u003cListboxOption value='orange'\u003eOrange\u003c/ListboxOption\u003e\n      \u003c/ListboxList\u003e\n    \u003c/Listbox\u003e\n  );\n}\n```\n\n## Contributing\n\nPlease feel free to submit any issues or pull requests.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsonntag%2Freact-listbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbsonntag%2Freact-listbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsonntag%2Freact-listbox/lists"}