{"id":19298964,"url":"https://github.com/javierbyte/react-tour","last_synced_at":"2025-04-22T09:32:45.045Z","repository":{"id":57346611,"uuid":"38860793","full_name":"javierbyte/react-tour","owner":"javierbyte","description":"Create nice step-by-step intros with React. [unmaintained]","archived":false,"fork":false,"pushed_at":"2015-07-10T08:05:57.000Z","size":870,"stargazers_count":30,"open_issues_count":4,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-01T22:09:35.309Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://javier.xyz/react-tour/","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/javierbyte.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}},"created_at":"2015-07-10T04:23:56.000Z","updated_at":"2021-12-01T03:40:37.000Z","dependencies_parsed_at":"2022-09-17T22:50:29.577Z","dependency_job_id":null,"html_url":"https://github.com/javierbyte/react-tour","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/javierbyte%2Freact-tour","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javierbyte%2Freact-tour/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javierbyte%2Freact-tour/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/javierbyte%2Freact-tour/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/javierbyte","download_url":"https://codeload.github.com/javierbyte/react-tour/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250134333,"owners_count":21380422,"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-09T23:09:38.325Z","updated_at":"2025-04-22T09:32:44.732Z","avatar_url":"https://github.com/javierbyte.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [React Tour](http://javierbyte.github.io/react-tour/)\n\nReact component that help you create nice step-by-step intros.\n\n[![react-tour](/assets/react-tour.gif)](http://javierbyte.github.io/react-tour/)\n\n[Live demo](http://javierbyte.github.io/react-tour/)\n\n# Installation\n\n    npm install react-tour --save\n\n# Usage\n\n    var ReactTour = require('react-tour');\n\n    // [...]\n\n    var ReactTourConfig = [{\n      node: React.findDOMNode(this.refs.step1),\n      text: 'This is the step 1'\n    }, {\n      node: React.findDOMNode(this.refs.step2),\n      text: 'This is the step 2'\n    }, {\n      node: React.findDOMNode(this.refs.step3),\n      text: 'This is the step 3'\n    }];\n\n    // [...]\n\n    \u003cReactTour\n      config={ReactTourConfig}\n      currentStep={\u003cinteger\u003e}\n      visible={\u003cbool\u003e}\n      showDots={\u003cbool\u003e} /\u003e\n\n### Don't forget to add styles!\n\n    @import url(node_modules/react-tour/dist/style.css);\n\n# Props\n* `config`: An array that contain the steps of the tour. Each step can have a `node` and `text` properties that contains the dom node to focus and the help text to display.\n* `currentStep`: Integer. The current step to display.\n* `showDots`: Bool. Show progress dots?\n* `visible`: Bool. Is the component visible?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavierbyte%2Freact-tour","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjavierbyte%2Freact-tour","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavierbyte%2Freact-tour/lists"}