docuseal-svelte
v0.0.4
Published
Docuseal Svelte component library for document signing and management.
Maintainers
Readme
DocuSeal Svelte
A Svelte component library for integrating DocuSeal electronic signatures into your Svelte applications.
Installation
npm install docuseal-svelteUsage
<script lang="ts">
import { DocuSealForm, DocuSealFormBuilder } from 'docuseal-svelte';
</script>
<DocuSealForm src="<YOUR_DOCUSEAL_FORM_SRC>" />
<DocuSealFormBuilder src="<YOUR_DOCUSEAL_FORM_SRC>" token="<YOUR_DOCUSEAL_TOKEN>" />Compatibility
This package supports:
- Svelte 4.x
- Svelte 5.x
How to Contribute
Contributions are welcome! Please fork the repository and create a pull request with your changes. Make sure to create a changeset for any significant updates.
License
This project is licensed under the MIT License. See the LICENSE file for details.
