Basic Usage

The only required prop is the siteKey. You can get your site key from the Cloudflare guide.

import { Turnstile } from "@marsidev/react-turnstile";

export default function Widget() {
  return <Turnstile siteKey="1x00000000000000000000AA" />;
}