SukiProvider
The main provider component for the Suki SDK, which wraps your application and provides context for the SDK state and methods.React
Available properties
ReactNode
The child components that will have access to the Suki SDK context.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 New Patient Summary APIs are out! Refer to the Release notes for details.
Web SDK React providers and context configuration
import { SukiProvider } from '@suki-sdk/react';
function App() {
return (
<SukiProvider>
{/* Your application components */}
</SukiProvider>
);
}
Was this page helpful?
Suggestions