react-input-js
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

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>
  );
}

Readme

Keywords

none

Package Sidebar

Install

npm i react-input-js

Weekly Downloads

1

Version

1.0.8

License

MIT

Unpacked Size

8.96 kB

Total Files

20

Last publish

Collaborators

  • pius-osuji