JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 369
  • Score
    100M100P100Q93993F
  • License MIT

Unofficial port of react-hcaptcha for Solid.

Package Exports

  • solid-hcaptcha

Readme

Solid hCaptcha Component Library

This is an unofficial port of react-hcaptcha for 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 the dist folder.
  • 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.