1.0.6 • Published 7 years ago

simple-input-custom-component v1.0.6

Weekly downloads
4
License
ISC
Repository
gitlab
Last release
7 years ago

simple-input-custom-component

A library of React components created using create-react-app.

Installation

Run the following command: npm install simple-input-custom-component

created by BeckhamVinoth

Usage

import SimpleInput from 'simple-input-custom-component';

    return (
      <div className="App">
        <header className="App-header">
          <h2>My simple component blelow : </h2>
          <SimpleInput />
        </header>
      </div>
    );
  }

Attributes

type, label, value, onChange, placeholder

<SimpleInput type="password" lable="your lable here" onChange={this.urMethod} placeholder="type something1" />

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

1.0.10

7 years ago