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 SignInForm(props: SignInFormProps): Element;
props
SignInFormProps
Element
function App() { // Add div wrapper and class to the form return ( <CDPReactProvider config={config} theme={themeOverrides}> <SignIn> <SignInBackButton /> <SignInImage /> <SignInTitle /> <SignInDescription /> <div className="sign-in-form-wrapper"> <SignInForm className="sign-in-form" /> </div> <SignInFooter /> </SignIn> </CDPReactProvider> ); }
Was this page helpful?