1.0.8 • Published 2 years ago

react-input-js v1.0.8

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

html

React-Input-Js

An input component for your React app.

Installation

Add React-Input-Js to your project by executing npm install react-input-js or yarn add react-input-js.

npm i react-input-js

Usage

import Input from "react-input-js/dist/esm/components/Input";

function App() {
  return (
    <div>
      <Input placeholder="Name" type="text" label="Your name" />
    </div>
  );
}
1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago