{"id":28089316,"url":"https://github.com/mountainboooy/mb-react-walkthrough","last_synced_at":"2025-05-13T12:56:20.695Z","repository":{"id":57292897,"uuid":"100477290","full_name":"mountainboooy/mb-react-walkthrough","owner":"mountainboooy","description":"Simple React component to realize walkthrough UI in your application.","archived":false,"fork":false,"pushed_at":"2017-09-15T13:51:59.000Z","size":522,"stargazers_count":7,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-26T23:04:30.490Z","etag":null,"topics":["component","javascript","onboarding","react","tutorial","ui-components","walkthrough"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mountainboooy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-16T10:23:36.000Z","updated_at":"2024-06-18T09:46:49.000Z","dependencies_parsed_at":"2022-08-27T12:21:06.745Z","dependency_job_id":null,"html_url":"https://github.com/mountainboooy/mb-react-walkthrough","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mountainboooy%2Fmb-react-walkthrough","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mountainboooy%2Fmb-react-walkthrough/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mountainboooy%2Fmb-react-walkthrough/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mountainboooy%2Fmb-react-walkthrough/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mountainboooy","download_url":"https://codeload.github.com/mountainboooy/mb-react-walkthrough/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253948336,"owners_count":21988953,"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":["component","javascript","onboarding","react","tutorial","ui-components","walkthrough"],"created_at":"2025-05-13T12:56:19.882Z","updated_at":"2025-05-13T12:56:20.686Z","avatar_url":"https://github.com/mountainboooy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MB React Walkthrough\n[![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()\n[![npm](https://img.shields.io/npm/dt/mb-react-walkthrough.svg)]()\n[![npm](https://img.shields.io/npm/dm/mb-react-walkthrough.svg)]()\n\nMB React Walkthrough is a simple React component to realize walkthrough UI in your application. With this UI, You can add tutorials, onboardings and short storires very easliy.\n\n[![https://gyazo.com/8451169dc63303bdc655a30363aafe45](https://i.gyazo.com/8451169dc63303bdc655a30363aafe45.gif)](https://gyazo.com/8451169dc63303bdc655a30363aafe45)\n[![https://gyazo.com/4adb54887eddf9bd8c51a796da57badc](https://i.gyazo.com/4adb54887eddf9bd8c51a796da57badc.gif)](https://gyazo.com/4adb54887eddf9bd8c51a796da57badc)\n\n\u003cbr/\u003e\n\n## Installation\n\n```\nnpm install --save mb-react-walkthrough\n```\n\n\u003cbr/\u003e\n\n## Import css to your project\n\n```css\n@import './node_modules/mb-react-walkthrough/src/dist/css/mb-react-walkthrough'\n```\n\n\u003cbr/\u003e\n\n## Useage\n\n```javascript\nimport Walkthrough from 'mb-react-walkthrough'\n\n\u003cWalkthrough onHide={()=\u003e{this.setState({show: false})}}\u003e\n    \u003cWalkthrough.Content\u003e\n    \tPAGE 1\n    \u003c/Walkthrough.Content\u003e\n    \u003cWalkthrough.Content\u003e\n    \tPAGE 2\n    \u003c/Walkthrough.Content\u003e\n\u003c/Walkthrough\u003e\n\n```\n\n\u003cbr/\u003e\n\n## Props\n\n| Prop            | Type         | Default      | Note         |\n|:----------------|:------------:|:------------:|:------------:|\n| className       | string       |              |              |\n| width           | number       | 450          |              |\n| height          | numbe        | 360          |              |\n| onHide          | func         |              | Required     |\n| onClickBackdrop | func         |              |              |\n| onSlide         | func         |              |              |\n| onShow          | func         |              |              |\n| nextBtnTitle    | string       | Nex          |              |\n| backBtnTitle    | string       | Back         |              |\n| closeBtnTitle   | string       | Close        |              |\n| animated        | bool         | true         |              |\n| animationDuration| number      | 200          |              |\n| showBackdrop    | bool         | true         |              |\n| showIndicator   | bool         | true         |              |\n| topSpace        | number       | 100          |              |\n\n\n\u003cbr/\u003e\n\n## Development\n\n```\ngit clone git@github.com:mountainboooy/mb-react-walkthrough.git\ncd mb-react-walkthrough\nnpm install\nnpm run:watch\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmountainboooy%2Fmb-react-walkthrough","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmountainboooy%2Fmb-react-walkthrough","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmountainboooy%2Fmb-react-walkthrough/lists"}