Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/build/tools/react-sdk/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ A drop-in wallet connection component with UI for copy address, logout, and bala
- `modalEnabled?: boolean` – Whether to show the profile modal on click when connected (default: `true`). When `false`, clicking the button when connected will disconnect instead

:::note WalletConnect Support

To enable WalletConnect as a wallet option, add your registered project ID to the `walletconnectProjectId` field in your `FlowProvider` config.

:::

```tsx
Expand Down Expand Up @@ -86,7 +88,9 @@ A standalone component for displaying wallet information including account addre
- `style?: React.CSSProperties` – Optional inline styles

:::note WalletConnect Support

To enable WalletConnect as a wallet option, add your registered project ID to the `walletconnectProjectId` field in your `FlowProvider` config.

:::

```tsx
Expand Down
2 changes: 2 additions & 0 deletions docs/build/tools/react-sdk/hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ import { useFlowCurrentUser } from "@onflow/react-sdk"
- `unauthenticate: () => void` – Logs the user out

:::note WalletConnect Support

To enable WalletConnect as a wallet option, add your registered project ID to the `walletconnectProjectId` field in your `FlowProvider` config.

:::

```tsx
Expand Down