0.3.1 β€’ Published 11 months ago

web3forms-svelte v0.3.1

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

Web3formsSvelte

Web3forms Svelte component πŸ“¦

Recieve form submissions directly to your inbox without any configuration. Powered by Web3forms.

NPM Downloads Size without zipping Size with zipping Zero dependencies License Types included

Features ✨

βœ… Super lightweight
βœ… Zero dependencies
βœ… Full Typescript support
βœ… Easy to use and a simple Access key
βœ… No configuration required (except for the Access key)

  • Examples

Demo

Checkout the demo in the Svelte REPL

Installation

First get your Web3forms access from here. And thenπŸ‘‡

npm i web3forms-svelte

And for yarn usersπŸ‘‡

yarn add web3forms-svelte

Also please do note that the Web3forms Access key can be shared in public (just like the firebase keys).

Usage πŸ“–

<script>
	import Web3Form from 'web3forms-svelte';
</script>

<Web3Form apikey="your-api-key-goes-here" />

For the full guide to props & usage checkout the Design Doc.


FAQ ❓

Should I have a Web3forms account to use this library?

You should get your Access key from Web3forms which requires your email.

How many form submissions can I make?

Web3forms has a generous free plan. You can view the latest pricing here.

Run Locally

Clone the project

git clone https://github.com/joshwalker9115/web3forms-svelte.git

Go to the project directory

cd web3forms-svelte

Install dependencies

npm install

or

yarn

Start the server

npm run dev

or

yarn dev
0.3.1

11 months ago

0.3.0

11 months ago

0.2.2

11 months ago

0.2.1

11 months ago

0.2.0

11 months ago

0.1.8

11 months ago

0.1.7

11 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago