JSPM

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

Action for rendering Cloudflare turnstile into HTML node

Package Exports

  • @svelte-put/cloudflare-turnstile
  • @svelte-put/cloudflare-turnstile/tailwind.css

Readme

@svelte-put/cloudflare-turnstile

npm.badge bundlephobia.badge docs.badge repl.badge

Svelte action use:cloudflare-turnstile - event for clicking outside a node

svelte-put

This package is part of the @svelte-put family. For contributing guideline and more, refer to its readme.

Usage & Documentation

See the dedicated documentation page here.

Quick Start

<!-- component.svelte -->
<script>
    import { turnstile } from '@svelte-put/cloudflare-turnstile';
</script>

<div
    use:turnstile
    turnstile-sitekey="1x00000000000000000000AA"
    turnstile-theme="dark"
    turnstile-size="normal"
></div>

Changelog