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 SignInBackButton(props: SignInBackButtonProps): null | Element;
props
SignInBackButtonProps
null
Element
function App() { // Customize the back button icon and label return ( <CDPReactProvider config={config} theme={themeOverrides}> <SignIn> <SignInBackButton aria-label="go back"> <MyCustomIcon /> </SignInBackButton> <SignInImage /> <SignInTitle /> <SignInDescription /> <SignInForm /> <SignInFooter /> </SignIn> </CDPReactProvider> ); }
Was this page helpful?