1.0.6 • Published 5 years ago

simple-input-custom-component v1.0.6

Weekly downloads
4
License
ISC
Repository
gitlab
Last release
5 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

5 years ago

1.0.5

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

1.0.10

5 years ago