Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function SignInDescription(props: SignInDescriptionProps): Element;
props
SignInDescriptionProps
Element
function App() { // Render a custom description in the SignIn component return ( <CDPReactProvider config={config} theme={themeOverrides}> <SignIn> <SignInBackButton /> <SignInImage /> <SignInTitle /> <SignInDescription> Custom Sign In Description </SignInDescription> <SignInForm /> <SignInFooter /> </SignIn> </CDPReactProvider> ); }
Was this page helpful?