🎉  Userflow joins forces with Beamer to create all-in-one growth toolkit

Read more

Custom resource center launcher

Sebastian Seilund

on

July 11, 2024

If you've always dreamed of rendering your own resource center launcher instead of the default launcher, today's your day!

This is what the default launcher looks like:

Default launcher

You can now hide it via Userflow.js by calling this right after userflow.init():

userflow.setResourceCenterLauncherHidden(true)

Then add your own button or menu item in your app, which programmatically opens the resource center via:

userflow.openResourceCenter()

See full example in the Userflow.js docs