Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mb-react-walkthrough

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mb-react-walkthrough

MB 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.

  • 0.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

MB React Walkthrough

license npm npm

MB 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.

https://gyazo.com/8451169dc63303bdc655a30363aafe45 https://gyazo.com/4adb54887eddf9bd8c51a796da57badc


Installation

npm install --save mb-react-walkthrough

Import css to your project

@import './node_modules/mb-react-walkthrough/src/dist/css/mb-react-walkthrough'

Useage

import Walkthrough from 'mb-react-walkthrough'

<Walkthrough onHide={()=>{this.setState({show: false})}}>
    <Walkthrough.Content>
    	PAGE 1
    </Walkthrough.Content>
    <Walkthrough.Content>
    	PAGE 2
    </Walkthrough.Content>
</Walkthrough>


Props

PropTypeDefaultNote
classNamestring
widthnumber450
heightnumbe360
onHidefuncRequired
onClickBackdropfunc
onSlidefunc
onShowfunc
nextBtnTitlestringNex
backBtnTitlestringBack
closeBtnTitlestringClose
animatedbooltrue
animationDurationnumber200
showBackdropbooltrue
showIndicatorbooltrue
topSpacenumber100

Development

git clone git@github.com:mountainboooy/mb-react-walkthrough.git
cd mb-react-walkthrough
npm install
npm run:watch

Keywords

FAQs

Package last updated on 15 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc