Portfolio ConnectSDK DemoConfigure options on the left, then click below to launch the widget
<PortfolioConnect
apiKey="your_api_key"
config={{
enableGenerator: true,
enableCdslFetch: true,
}}
onSuccess={(data) => console.log(data)}
>
{({ open }) => (
<button onClick={open}>Import Investments</button>
)}
</PortfolioConnect>