{"id":18338730,"url":"https://github.com/tableflip/react-dropdown","last_synced_at":"2025-04-06T05:31:50.895Z","repository":{"id":43427870,"uuid":"139449948","full_name":"tableflip/react-dropdown","owner":"tableflip","description":"A React dropdown menu with a fancy menu arrow and no dependencies","archived":false,"fork":false,"pushed_at":"2020-10-30T19:28:11.000Z","size":1228,"stargazers_count":1,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-01T14:27:01.865Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://tableflip.github.io/react-dropdown","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/tableflip.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":"2018-07-02T13:48:49.000Z","updated_at":"2020-07-08T15:32:04.000Z","dependencies_parsed_at":"2022-09-09T08:12:46.655Z","dependency_job_id":null,"html_url":"https://github.com/tableflip/react-dropdown","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tableflip%2Freact-dropdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tableflip%2Freact-dropdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tableflip%2Freact-dropdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tableflip%2Freact-dropdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tableflip","download_url":"https://codeload.github.com/tableflip/react-dropdown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247440346,"owners_count":20939221,"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":[],"created_at":"2024-11-05T20:15:01.479Z","updated_at":"2025-04-06T05:31:49.819Z","avatar_url":"https://github.com/tableflip.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Dropdown - TABLEFLIP EDITION\n\nA simple React dropdown menu with a fancy arrow and no dependencies\n\n```\nnpm i @tableflip/react-dropdown\n```\n\n## Example\n\n```jsx\nimport React from 'react'\nimport {Dropdown, DropdownMenu} from '@tableflip/react-dropdown'\n\nexport function FileMenu ({open, toggleOpen}) {\n  return (\n    \u003cDropdown\u003e\n      \u003cbutton onClick={toggleOpen}\u003e\n        Add to IPFS\n      \u003c/button\u003e\n      \u003cDropdownMenu open={open} width={200} onDismiss={toggleOpen}\u003e\n        \u003cnav\u003e\n          \u003ca href='#'\u003eAdd File\u003c/a\u003e\n          \u003ca href='#'\u003eAdd Folder\u003c/a\u003e\n          \u003ca href='#'\u003eAdd Folder\u003c/a\u003e\n        \u003c/nav\u003e\n      \u003c/DropdownMenu\u003e\n    \u003c/Dropdown\u003e\n  )\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftableflip%2Freact-dropdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftableflip%2Freact-dropdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftableflip%2Freact-dropdown/lists"}