SukiProvider

The main provider component for the Suki SDK, which wraps your application and provides context for the SDK state and methods.

import { SukiProvider } from '@suki-sdk/react';

function App() {
  return (
    <SukiProvider>
      {/* Your application components */}
    </SukiProvider>
  );
}
PropTypeDescription
childrenReactNodeThe child components that will have access to the Suki SDK context