{"id":13716697,"url":"https://github.com/gao-sun/react-screen","last_synced_at":"2025-04-15T21:34:31.993Z","repository":{"id":57344073,"uuid":"69511963","full_name":"gao-sun/react-screen","owner":"gao-sun","description":"A different React carousel component.","archived":false,"fork":false,"pushed_at":"2018-03-07T01:28:57.000Z","size":2339,"stargazers_count":86,"open_issues_count":3,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-05T12:33:37.646Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://gao-sun.github.io/react-screen","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/gao-sun.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":"2016-09-28T23:27:52.000Z","updated_at":"2023-08-25T18:40:13.000Z","dependencies_parsed_at":"2022-09-13T17:42:33.057Z","dependency_job_id":null,"html_url":"https://github.com/gao-sun/react-screen","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gao-sun%2Freact-screen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gao-sun%2Freact-screen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gao-sun%2Freact-screen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gao-sun%2Freact-screen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gao-sun","download_url":"https://codeload.github.com/gao-sun/react-screen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249157245,"owners_count":21221911,"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-08-03T00:01:13.408Z","updated_at":"2025-04-15T21:34:31.972Z","avatar_url":"https://github.com/gao-sun.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","📦 Legacy \u0026 Inactive Projects"],"sub_categories":[],"readme":"# react-screen\n\nA lot of boring carousels? Let's try something else!\n\n![Demo](https://gao-sun.github.io/react-screen/image/demo.gif)\n\nFull documentation @[react-screen](http://gao-sun.github.io/react-screen).\n\n### Get Started\n\n1.Install react-screen.\n```baseh\n# Via npm\nnpm install react-screen\n\n# Via Bower\nbower install react-screen\n```\n\n2.Import react \u0026 react-screen.\n```javascript\nimport React, { Component } from 'react';\nimport ReactDOM from 'react-dom';\nimport { Screen, ScreenSlice } from 'react-screen';\n```\n\n3.Import stylesheet.\n```javascript\n// In jsx\nimport styles from 'node_modules/react-screen/dist/css/react-screen.css';\n```\n\nOr\n```html\n\u003c!-- In HTML --\u003e\n\u003clink rel=\"stylesheet\" href=\"path/to/css/react-screen.css\"\u003e\n```\n\n4.Render it!\n```javascript\nReactDOM.render((\n    \u003cScreen\u003e\n        \u003cScreenSlice\u003e\n            \u003ch1\u003eFirst Screen\u003c/h1\u003e\n        \u003c/ScreenSlice\u003e\n        \u003cScreenSlice\u003e\n            \u003ch1\u003eSecond Screen\u003c/h1\u003e\n        \u003c/ScreenSlice\u003e\n        \u003cScreenSlice\u003e\n            \u003ch1\u003eThird Screen\u003c/h1\u003e\n        \u003c/ScreenSlice\u003e\n    \u003c/Screen\u003e\n), document.getElementById('react-screen'));\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgao-sun%2Freact-screen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgao-sun%2Freact-screen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgao-sun%2Freact-screen/lists"}