mirror of
https://github.com/documenso/documenso.git
synced 2026-06-22 04:12:06 +10:00
b92c53dbb2
Co-authored-by: Catalin Pit <catalinpit@gmail.com>
38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
---
|
|
title: SDKs
|
|
description: Official embedding SDKs for React, Vue, Svelte, Angular, Solid, and Preact.
|
|
---
|
|
|
|
Install the SDK for your framework and embed document signing with a few lines of code.
|
|
|
|
<Cards>
|
|
<Card
|
|
title="React"
|
|
description="@documenso/embed-react"
|
|
href="/docs/developers/embedding/sdks/react"
|
|
/>
|
|
<Card title="Vue" description="@documenso/embed-vue" href="/docs/developers/embedding/sdks/vue" />
|
|
<Card
|
|
title="Svelte"
|
|
description="@documenso/embed-svelte"
|
|
href="/docs/developers/embedding/sdks/svelte"
|
|
/>
|
|
<Card
|
|
title="Angular"
|
|
description="@documenso/embed-angular"
|
|
href="/docs/developers/embedding/sdks/angular"
|
|
/>
|
|
<Card
|
|
title="Solid"
|
|
description="@documenso/embed-solid"
|
|
href="/docs/developers/embedding/sdks/solid"
|
|
/>
|
|
<Card
|
|
title="Preact"
|
|
description="@documenso/embed-preact"
|
|
href="/docs/developers/embedding/sdks/preact"
|
|
/>
|
|
</Cards>
|
|
|
|
If you are not using a JavaScript framework, you can embed signing using [Direct Links](/docs/developers/embedding/direct-links) with a plain iframe or redirect.
|