Customization
Apply various customizations to the Wallet Kit UI
Manage customizations
...
<ArweaveWalletKit
theme={{
displayTheme: "light",
accent: {
r: 0,
g: 0,
b: 0
},
titleHighlight: {
r: 0,
g: 122,
b: 255
},
radius: "default"
}}
config={{
strategies: [
new WanderStrategy(),
new WebWalletStrategy(),
new OthentStrategy(),
new BrowserWalletStrategy()
],
permissions: ["ACCESS_ADDRESS", "ACCESS_ALL_ADDRESSES"],
ensurePermissions: true,
appInfo: {
name: "Test App",
logo: "https://arweave.net/tQUcL4wlNj_NED2VjUGUhfCTJ6pDN9P0e3CbnHo3vUE"
},
gatewayConfig: {
host: "arweave.net",
port: 443,
protocol: "https"
}
}}
>
<YourApp />
</ArweaveWalletKit>
...Application info
Prop
Type
Default
Description
Theming
Prop
Type
Description
Last updated
Was this helpful?