@valtioinc/valtio-react-sdk
v1.1.0
Published
Valtio React SDK
Downloads
155
Readme
Valtio is a workflow automation platform that helps end-users design and power task-based digital workflows for a variety of use cases. Tasks can include things like filling out forms, e-signatures, uploading documents, identity verification, and many more. Users can assign other users to complete specific workflow steps and the platform will handle notifying the user of their tasks and guiding them through the successful completion of those tasks.
Highlights
This package provides an SDK for embedding Valtio into your React applications.
- Embed the workflow creator experience to allow application users to create new workflows (coming soon)
- Embed the workflow sender experience to allow application users to initiate workflows and assign other users to tasks
- Embed the workflow participant experience to allow application users to complete their workflow tasks
- Embed the full Valtio platform to allow application users to use all the capabilities of the platform.
Install
npm install @valtioinc/valtio-react-sdk
yarn add @valtioinc/valtio-react-sdk
Usage
import React from "react";
import { ValtioApp } from "@valtioinc/valtio-react-sdk";
function App() {
return (
<div className="app">
<ValtioApp />
</div>
);
}
Author
👤 Valtio Inc
- Website: https://valtio.io
- Github: @valtioinc
- LinkedIn: @https://www.linkedin.com/company/valtio-inc
🤝 Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2024 Valtio Inc. This project is MIT licensed.