Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/volny/react-recaptcha3
https://github.com/volny/react-recaptcha3
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/volny/react-recaptcha3
- Owner: volny
- Created: 2019-01-27T04:15:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T04:15:28.000Z (almost 6 years ago)
- Last Synced: 2024-04-23T20:53:52.931Z (8 months ago)
- Language: JavaScript
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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])