Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/volny/react-recaptcha3


https://github.com/volny/react-recaptcha3

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# react-recaptcha3

> A React component to use Google reCAPTCHA v3

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

## Install

```bash
npm install --save react-recaptcha3
```

## Usage

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

import MyComponent from 'react-recaptcha3'

class Example extends Component {
render () {
return (

)
}
}
```

## License

MIT © [[email protected]](https://github.com/[email protected])