A svelte wrapper for web3forms
npm install web3forms-svelte

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

!Downloads
!Size without zipping
!Size with zipping
!Zero dependencies
!License
!Types included
β
Super lightweight
β
Zero dependencies
β
Full Typescript support
β
Easy to use and a simple Access key
β
No configuration required (except for the Access key)
- [ ] Examples
Checkout the demo in the Svelte REPL
First get your Web3forms access from here. And thenπ
``bash`
npm i web3forms-svelte`
And for yarn usersπbash`
yarn add web3forms-svelte
> Also please do note that the Web3forms Access key can be shared in public (just like the firebase keys).
`svelte
`
For the full guide to props & usage checkout the Design Doc.
---
#### 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.
Clone the project
`bash`
git clone https://github.com/joshwalker9115/web3forms-svelte.git
Go to the project directory
`bash`
cd web3forms-svelte
Install dependencies
`bash`
npm install`
orbash`
yarn
Start the server
`bash`
npm run dev`
orbash``
yarn dev