New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-bootbox

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

react-bootbox

A Bootbox component tailored for react.js

latest
Source
npmnpm
Version
1.1.1
Version published
Weekly downloads
6
20%
Maintainers
1
Weekly downloads
 
Created
Source

React Bootbox

A bootbox tailored for react.js. This package helps to build the bootbox component for react.js using bootstrap & react-bootstrap.

Installation

Install bootstrap with this package. npm i bootstrap react-bootbox --save Include the bootstrap css in the index.js import 'bootstrap/dist/css/bootstrap.css';

Usage

<BootBox 
    message="Do you want to Continue?"
    show={this.state.show} 
    onYesClick = {this.showAlert}
    onNoClick = {this.handleClose}
    onClose = {this.handleClose}/>

Contribute

I welcome any kind of contributions/requests/questions/general feedback. Please Open an Issue Or a pull request.

FAQs

Package last updated on 04 Apr 2019

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