EdgePane Documentation

View on GitHub

Help Center

Frequently Asked Questions

Here are answers to some common questions about EdgePane. If you don’t find what you’re looking for, feel free to open an issue on GitHub or contact support.

You can install EdgePane by including the CSS and JavaScript files via CDN, or by downloading and hosting them locally. Check the Quick Start page and follow the instructions.

Yes. EdgePane supports CSS variables and JS options for customizing colors, widths, fonts, and more. See the Customization page for details.

Absolutely. EdgePane is framework-agnostic, meaning you can use it in plain HTML, or integrate it into React, Vue, Angular, or Laravel projects easily.

EdgePane automatically saves active links in localStorage. If you navigate using Laravel’s route() or url(), make sure links resolve correctly, and EdgePane will track them.

Yes. EdgePane provides event callbacks like onSidebarToggle and onDropdownToggle so you can hook into interactions. Check the JavaScript Options page for code examples.