1.0.7 • Published 6 years ago

react-step-component v1.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.6

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago