# @ani411/react-linkedin-login-popup

> Create a popup to login user with linkedin

Latest version **1.0.5** (published 2021-01-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install @ani411/react-linkedin-login-popup
pnpm add @ani411/react-linkedin-login-popup
yarn add @ani411/react-linkedin-login-popup
bun add @ani411/react-linkedin-login-popup
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.5 |
| Published | 2021-01-27 |
| First published | 2021-01-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 47.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Anirudh kumar |
| Maintainers | ani411 |

## Links

- npm: https://www.npmjs.com/package/@ani411/react-linkedin-login-popup
- Repository: https://github.com/anirudh411/react-linkedin-login-popup
- Homepage: https://github.com/anirudh411/react-linkedin-login-popup#readme
- Issues: https://github.com/anirudh411/react-linkedin-login-popup/issues
- npm.io page: https://npm.io/package/@ani411/react-linkedin-login-popup

## Dependencies (1)

- [querystring](https://npm.io/package/querystring.md) ^0.2.0

## Recent versions

- 1.0.5 (latest) — 2021-01-27
- 1.0.4 — 2021-01-27
- 1.0.3 — 2021-01-27
- 1.0.2 — 2021-01-27

## README

# react-linked-login-popup

> Create a popup to login user with linkedin

[![NPM](https://img.shields.io/npm/v/react-linked-login-popup.svg)](https://www.npmjs.com/package/react-linked-login-popup) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save react-linked-login-popup
```

## Usage

```jsx
import React, { Component } from 'react'

import LinkedIn from 'react-linked-login-popup'

class Example extends Component {
  render () {
    return (
      <LinkedIn  />
    )
  }
}
```

---
_Source: https://npm.io/package/@ani411/react-linkedin-login-popup · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
