Customizing The KyberSwap Widget
Endlessly Customizable
Overview
import { Widget } from "@kyberswap/widgets";
const theme: Theme = {
// Check out the theme examples below
}
<Widget
client="yourCompanyNameHere"
theme={theme}
tokenList={[]}
provider={ethersProvider}
defaultTokenOut={defaultTokenOut[chainId]}
/>Customizing the title
Customizing the width
Customizing the fees
Customizing the themes

Properties
Prop Type
Example
Description
Customizing the Trade Route
Customizing the Token Lists
Last updated
Was this helpful?