{"id":13436661,"url":"https://github.com/damusnet/react-swipe-views","last_synced_at":"2025-03-18T21:30:49.929Z","repository":{"id":29954478,"uuid":"33501113","full_name":"damusnet/react-swipe-views","owner":"damusnet","description":"A React Component for binded Tabs and Swipeable Views","archived":true,"fork":false,"pushed_at":"2016-07-30T14:30:37.000Z","size":786,"stargazers_count":278,"open_issues_count":11,"forks_count":43,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-03-11T18:02:48.575Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://damusnet.github.io/react-swipe-views/","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/damusnet.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":"2015-04-06T19:31:14.000Z","updated_at":"2024-12-27T00:49:20.000Z","dependencies_parsed_at":"2022-09-07T08:41:10.131Z","dependency_job_id":null,"html_url":"https://github.com/damusnet/react-swipe-views","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damusnet%2Freact-swipe-views","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damusnet%2Freact-swipe-views/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damusnet%2Freact-swipe-views/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damusnet%2Freact-swipe-views/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/damusnet","download_url":"https://codeload.github.com/damusnet/react-swipe-views/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244277178,"owners_count":20427312,"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-07-31T03:00:51.060Z","updated_at":"2025-03-18T21:30:47.728Z","avatar_url":"https://github.com/damusnet.png","language":"JavaScript","funding_links":[],"categories":["Uncategorized","UI Components","Demos"],"sub_categories":["Uncategorized","UI Navigation"],"readme":"\u003e## WARNING DEPRECATION NOTICE\n\n\u003eThis library is not maintained anymore. Do not use it.\n\n\u003eIt has not been updated since React 0.14 and breaks with versions of React Router higher than 0.13.\n\n\u003eCheck out [react-swipeable-views](https://github.com/oliviertassinari/react-swipeable-views) instead.\n\n# React Swipe Views [![deprecated](https://img.shields.io/badge/status-deprecated-red.svg)](http://shields.io/)\n\nA React component for binded Tabs and Swipeable Views\n\nSee [Swipe Views](http://developer.android.com/design/patterns/swipe-views.html) on the Android Design Patterns website for inspiration.\n\nWorks with optional [React Router](https://github.com/rackt/react-router) (v0.13.x only), as a pure component or as a standalone component.\n\n## Demo\n\n[Live example](http://damusnet.github.io/react-swipe-views/)\n\n![Demo](docs/demo.gif)\n\n## Quick Example\n\n```jsx\n'use strict';\n\nimport React from 'react';\nimport SwipeViews from 'react-swipe-views';\n\nexport default class App extends React.Component {\n  render() {\n    return (\n      \u003cSwipeViews\u003e\n        \u003cdiv title=\"Tab 1\"\u003e\n          Page 1\n        \u003c/div\u003e\n        \u003cdiv title=\"Tab 2\"\u003e\n          Page 2\n        \u003c/div\u003e\n        \u003cdiv title=\"Tab 3\"\u003e\n          Page 3\n        \u003c/div\u003e\n      \u003c/SwipeViews\u003e\n    );\n  }\n}\n```\n\n## Install\n\nThis component is available as an npm module or a bower component:\n\n```\nnpm install react-swipe-views --save\n```\n\nor\n\n```\nbower install react-swipe-views --save\n```\n\n## Examples\n\nThere are two example projects in the [/examples](examples) folder. One is using the npm module and webpack as a build tool with react-router, the other uses bower and brunch as a pure component.\n\n## TODO List\n\n- Allow for content to be inserted in the header\n- Write tests\n\n## Thanks\n\n- [David Bruant](https://twitter.com/davidbruant) for making me believe in JavaScript\n- [React](http://facebook.github.io/react/) for being awesome\n- [Babel](http://babeljs.io/) for removing so much pain from transpiling/compiling/bundling\n- [Dan Abramov](https://github.com/gaearon) for all the useful ressources, in this case [React Hot Boilerplate](https://github.com/gaearon/react-hot-boilerplate)\n- [Hassan Hayat](https://github.com/TheSeamau5)'s [Swipe Pages WebComponent](https://github.com/TheSeamau5/swipe-pages) for inspiration\n- [Ferran Negre](https://github.com/ferrannp) for helping me debug\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamusnet%2Freact-swipe-views","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdamusnet%2Freact-swipe-views","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamusnet%2Freact-swipe-views/lists"}