You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-mui-stepper

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-mui-stepper

This is a reusable React stepper component based on the excellent Material UI library. This project exists because I wanted to use a stepper component for a blog post and wanted to keep it simple and didn't want to pull in the material UI library itself.

0.1.7
latest
Source
npmnpm
Version published
Weekly downloads
92
-8%
Maintainers
1
Weekly downloads
 
Created
Source

Reusable React Stepper Component

This is a reusable React stepper component based on the excellent Material UI library. This project exists because I wanted to use a stepper component for a blog post and wanted to keep it simple and didn't want to pull in the material UI library itself.

Screenshot of stepper component

Installation

Using npm:

npm install react-mui-stepper

Using yarn

yarn add react-mui-stepper

Usage

import React from 'react'
import { Stepper, Step } from 'react-mui-stepper'

export default () => (
	<Stepper withNumbers activeStep={1}>
		<Step>Activate powerloop</Step>
		<Step>Traverse perilous wastes</Step>
		<Step>Jump the shark</Step>
	</Stepper>
)

Keywords

react

FAQs

Package last updated on 20 Oct 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