{"id":25676389,"url":"https://github.com/tobitsoftware/chayns-swipeable","last_synced_at":"2026-05-17T11:31:40.674Z","repository":{"id":57197334,"uuid":"371426978","full_name":"TobitSoftware/chayns-swipeable","owner":"TobitSoftware","description":"A wrapper component that reveals contextual actions on swipe.","archived":false,"fork":false,"pushed_at":"2022-04-08T10:52:28.000Z","size":1418,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-02T12:53:41.367Z","etag":null,"topics":["chayns","chayns-components","mobile","react","swipe"],"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/TobitSoftware.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":"2021-05-27T15:48:21.000Z","updated_at":"2021-10-27T11:54:17.000Z","dependencies_parsed_at":"2022-09-16T13:10:51.182Z","dependency_job_id":null,"html_url":"https://github.com/TobitSoftware/chayns-swipeable","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/TobitSoftware/chayns-swipeable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TobitSoftware%2Fchayns-swipeable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TobitSoftware%2Fchayns-swipeable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TobitSoftware%2Fchayns-swipeable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TobitSoftware%2Fchayns-swipeable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TobitSoftware","download_url":"https://codeload.github.com/TobitSoftware/chayns-swipeable/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TobitSoftware%2Fchayns-swipeable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33136674,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["chayns","chayns-components","mobile","react","swipe"],"created_at":"2025-02-24T14:26:12.994Z","updated_at":"2026-05-17T11:31:40.658Z","avatar_url":"https://github.com/TobitSoftware.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chayns-swipeable\n\nA wrapper component that reveals contextual actions on swipe.\n\n## Installation\n\n```bash\nnpm install chayns-swipeable framer-motion\n```\n\n## Usage\n\n```ts\nimport { Swipeable } from \"chayns-swipeable\";\nimport \"chayns-swipeable/dist/index.css\";\nimport { Icon } from \"chayns-components\";\n\nconst MyComponent = () =\u003e (\n  \u003cSwipeable\n    leftActions={[\n      {\n        color: \"#3B82F6\",\n        text: \"Delete\",\n        icon: \u003cIcon icon={`fas ${isUnread ? \"fa-check\" : \"fa-envelope\"}`} /\u003e,\n        action: () =\u003e alert(\"Deleted!\"),\n      },\n    ]}\n    rightActions={\n      [\n        // Same as `leftActions`\n      ]\n    }\n  \u003e\n    Anything goes here...\n  \u003c/Swipeable\u003e\n);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobitsoftware%2Fchayns-swipeable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftobitsoftware%2Fchayns-swipeable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobitsoftware%2Fchayns-swipeable/lists"}