Socket
Socket
Sign inDemoInstall

react-bootstrap-wizard

Package Overview
Dependencies
33
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "react-bootstrap-wizard",
"version": "0.0.1",
"version": "0.0.2",
"description": "A react component package that allows you to split a complicated flow or a complicated form in multiple steps.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -5,3 +5,3 @@ # React Wizard

**React Wizard** is a react component package that allows you to split a complicated flow or a complicated form in multiple steps and it's made with [reactstrap components](https://reactstrap.github.io/) and [React](https://reactjs.org/) using [Creative Tim Now UI styles](https://www.creative-tim.com/product/now-ui-kit-pro).
**React Bootstrap Wizard** is a react component package that allows you to split a complicated flow or a complicated form in multiple steps and it's made with [reactstrap components](https://reactstrap.github.io/) and [React](https://reactjs.org/) using [Creative Tim Now UI styles](https://www.creative-tim.com/product/now-ui-kit-pro).

@@ -11,3 +11,3 @@ ## Installation

```
npm install --save react-wizard@latest
npm install --save react-bootstrap-wizard@latest
```

@@ -19,3 +19,3 @@

```
import ReactWizard from 'react-wizard';
import ReactWizard from 'react-bootstrap-wizard';
```

@@ -22,0 +22,0 @@ After that, in your component render method add the following line:

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc