react-step-component

React Step Component

Usage no npm install needed!

<script type="module">
  import reactStepComponent from 'https://cdn.skypack.dev/react-step-component';
</script>

README

react-step-component

This is simple step progress component for react

NPM JavaScript Style Guide

Install

npm install --save react-step-component

Usage

import React, { Component } from 'react'

import { List, Item } from 'react-step-component'

export default class App extends Component {
  render() {
    return (
      <div>
        <List>
          <Item.Wrapper>
            <Item.Left>
              Left Component
            </Item.Left>
            <Item.Center/>
            <Item.Right>
              Right Component
            </Item.Right>
          </Item.Wrapper>
        </List>
      </div>
    )
  }
}

API Documentation

License

MIT © ilomon10