Skip to main content
The <SignedIn> component allows you to show content only when the user is signed in.]]

Props

ReactNode
The content to show when the user is signed in.

Examples

It can be used in combination with the <SignedOut> component to show different content based on the user’s authentication status.