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 SignInTitle(props: SignInTitleProps): Element;
props
SignInTitleProps
Element
function App() { // Render a custom title in the SignIn component return ( <CDPReactProvider config={config} theme={themeOverrides}> <SignIn> <SignInBackButton /> <SignInImage /> <SignInTitle> Custom Sign In Title </SignInTitle> <SignInDescription /> <SignInForm /> <SignInFooter /> </SignIn> </CDPReactProvider> ); }
Was this page helpful?