{"id":15857517,"url":"https://github.com/timmikeladze/meteor-react-swipeable-views","last_synced_at":"2025-04-01T19:42:48.904Z","repository":{"id":74921626,"uuid":"49193793","full_name":"TimMikeladze/meteor-react-swipeable-views","owner":"TimMikeladze","description":"Exposes the https://github.com/oliviertassinari/react-swipeable-views/ React component to Meteor.","archived":false,"fork":false,"pushed_at":"2018-01-04T06:36:43.000Z","size":1,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T20:51:22.879Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/TimMikeladze.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":"2016-01-07T09:05:47.000Z","updated_at":"2016-01-07T16:04:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"affa4743-119b-41cd-99c9-dcb4b382394b","html_url":"https://github.com/TimMikeladze/meteor-react-swipeable-views","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"b3624f69d3eeb81d7115766b7977d7f3302ea24b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimMikeladze%2Fmeteor-react-swipeable-views","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimMikeladze%2Fmeteor-react-swipeable-views/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimMikeladze%2Fmeteor-react-swipeable-views/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimMikeladze%2Fmeteor-react-swipeable-views/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TimMikeladze","download_url":"https://codeload.github.com/TimMikeladze/meteor-react-swipeable-views/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246703382,"owners_count":20820398,"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-10-05T20:23:48.535Z","updated_at":"2025-04-01T19:42:48.877Z","avatar_url":"https://github.com/TimMikeladze.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Install\n\n`meteor add tmikeladze:react-swipeable-views`\n\nThis package exposes the [react-swipeable-views](https://github.com/oliviertassinari/react-swipeable-views/) React component to Meteor.\n\n## Usage\n\n`meteor add react`\n\n```js\nconst MyComponent = React.createClass({\n  render() {\n    return (\n      \u003cSwipeableViews\u003e\n        \u003cdiv style={Object.assign({}, styles.slide, styles.slide1)}\u003e\n          slide n°1\n        \u003c/div\u003e\n        \u003cdiv style={Object.assign({}, styles.slide, styles.slide2)}\u003e\n          slide n°2\n        \u003c/div\u003e\n        \u003cdiv style={Object.assign({}, styles.slide, styles.slide3)}\u003e\n          slide n°3\n        \u003c/div\u003e\n      \u003c/SwipeableViews\u003e\n    );\n  },\n});\n\nconst styles = {\n  slide: {\n    padding: 15,\n    minHeight: 100,\n    color: '#fff',\n  },\n  slide1: {\n    background: '#FEA900',\n  },\n  slide2: {\n    background: '#B3DC4A',\n  },\n  slide3: {\n    background: '#6AC0FF',\n  },\n};\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimmikeladze%2Fmeteor-react-swipeable-views","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimmikeladze%2Fmeteor-react-swipeable-views","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimmikeladze%2Fmeteor-react-swipeable-views/lists"}