Components
Template Editor
The Template Editor
component is a React component that renders the entire Editor.
This component provides the ability to create new templates and open existing templates.
Preview
Template component
Usage
First, install Sendforsign components. After that:
Props
Prop | Type | Default | Description |
---|---|---|---|
apiKey | string | Use only for testing purposes. API key for your platform. | |
clientKey | string | Use only for testing purposes. Client key for the account that is using the infrastructure. | |
token | string | Client token refers to the client that is using the infrastructure. Learn more about client tokens here. | |
userKey | string | User key for the user who is creating a template. | |
templateKey | string | Unique template key of the template that needs to be rendered. If not specified, the component will allow you to create a new template from its interface. |