Skip to main content
The <SignedOut> component allows you to show content only when the user is not authenticated.

Props

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

Examples

It can be used in combination with the <SignedIn /> component to show different content based on the user’s authentication status.]]### Props