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
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.
Web SDK now supports Medication Orders -> Learn more
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