Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tbjgolden/inferno-google-recaptcha-v3

🔥 Inferno + Google ReCaptcha v3
https://github.com/tbjgolden/inferno-google-recaptcha-v3

google-recaptcha google-recaptcha-v3 inferno inferno-component inferno-js recaptcha recaptcha-v3

Last synced: 9 days ago
JSON representation

🔥 Inferno + Google ReCaptcha v3

Awesome Lists containing this project

README

        

# inferno-google-recaptcha-v3

> Google ReCaptcha v3 for Inferno

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

## Install

```bash
npm install --save inferno-google-recaptcha-v3
```

## Usage

```jsx
import { Component } from 'inferno'

import MyComponent from 'inferno-google-recaptcha-v3'

class Example extends Component {
render () {
return (

)
}
}
```

## License

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

## Credits

Made using [`create-inferno-library`](https://github.com/tbjgolden/create-inferno-library).

Based on [react-google-recaptcha-v3](https://github.com/t49tran/react-google-recaptcha-v3).