Package Exports
- solid-hcaptcha
Readme
Solid hCaptcha Component Library
This is an unofficial port of
react-hcaptchafor Solid.
Description
hCaptcha is a drop-replacement for reCAPTCHA that protects user privacy, rewards websites, and helps companies get their data labeled.
Sign up at hCaptcha to get your sitekey today. You need a sitekey to use this library.
Installation
This package is in development ! Please come back later...
Usage
You can see multiple use cases on the example website.
Please, come back later, it's coming very soon...
Development
git clone https://github.com/Vexcited/solid-hcaptcha
I use pnpm as the package manager, so run pnpm install to install the dependencies.
Scripts
pnpm build: Builds to thedistfolder.pnpm lint: Checks if there's any TypeScript error.pnpm release: Script that I use to release new versions of this package.
Example
You can see how to contribute to the example website in the example folder.