New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@react-ag-components/email-input

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-ag-components/email-input

email-input React component

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
2
Created
Source

email-input

React email input component

Usage

Install

npm i @react-ag-components/email-input --save

Use in your project

import Input from '@react-ag-components/email-input'
<EmailInput
  label="Email address"
  id="email-address"
  value={this.state.value}
  onChange={this.onChange('value')}
/>

Properties

Contributing

Get the repository

git clone https://github.com/alphillips/email-input.git

Update dependencies

npm install

Run the project

npm start

Deploy to npm

Build

npm run build -- --copy-files

Publish

npm publish --access public

Keywords

react-component

FAQs

Package last updated on 15 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts