1.0.7 • Published 5 years ago

react-step-component v1.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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

1.0.7

5 years ago

1.0.6

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago