1.0.8 • Published 6 months ago

react-input-js v1.0.8

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

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago