Custom resource center launcher

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

More from Userflow