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