Integrate Universal Profiles, marketplace functionalities, NFTs 2.0, and more with our easy-to-use APIs and SDKs.
import { useSignIn } from '@universalpage/hooks'
import { Auth } from '@universalpage/auth-ui-react'
const up = createClient('<INSERT PROJECT URL>', '<INSERT PROJECT ANON API KEY>')
const App = () => (
<Auth
upClient={up}
appearance={{
style: {
button: { background: 'red', color: 'white' },
anchor: { color: 'blue' },
wen: 'soon',
//..
},
}}
/>
)