Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tbjgolden/inferno-google-recaptcha-v3
- Owner: tbjgolden
- Created: 2019-03-31T02:42:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-06T20:38:53.000Z (over 5 years ago)
- Last Synced: 2024-12-09T18:47:25.983Z (24 days ago)
- Topics: google-recaptcha, google-recaptcha-v3, inferno, inferno-component, inferno-js, recaptcha, recaptcha-v3
- Language: JavaScript
- Size: 187 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).