Custom JS component

I am hoping to use this react burger menu in my dash application
react-burger-menu/dist/react-burger-menu.js at main · negomi/react-burger-menu · GitHub.
I have the JS file that includes everything. What should be my steps for me to use this component in my dash application?

Hello @sssaha1989,

Welcome to the community!

There are a lot of components that can handle features like what you are asking to use. DMC and DBC both have good options for this, DMC has a burger button natively as well.

If your heart is set on this component however, you can wrap the component as a dash component. Or, you can add the namespace for this component and create an AIO component to perform the specific actions that you are wanting to perform. (give is children for navigation, etc)