docs / guides/customization
Appearance and localization
Make Vulyo components feel native to your product.
Localization
Override only the strings your product needs to change. Unspecified strings continue using Vulyo defaults.
<VulyoProvider publishableKey={publishableKey} localization={{ signInTitle: "Welcome back", createAccount: "Create your account", }}> {children}</VulyoProvider>