Used to check for browser translation.
用于检测浏览器翻译。
ブラウザの翻訳を検出する

Components


The DID Space React library provides a set of components designed to simplify the integration of DID Space functionalities into your application. These components handle the connection flow, authentication, and display of space information, allowing you to build features quickly.

This section provides an overview of the two primary components: DIDSpaceConnect for initiating connections and DIDSpaceConnection for displaying space details.

Below is a diagram illustrating a typical user flow involving both components:



Now that you have an overview of the available components, you can dive into the specifics of each one to start building your integration.

Next: DIDSpaceConnect