mirror of
https://github.com/zen-browser/components.git
synced 2025-07-07 22:29:59 +02:00
Some components used by @zen-browser as an attempt to make firefox forks a better place
(Archived and Privated on Nov 4 2024 - neccesarry for older Zen builds)
@types | ||
src | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
components
Some components used by @zen-browser and @Floorp-Projects as an attempt to make firefox forks a better place
Example usage
import("chrome://../browser-splitView.mjs").then(
({ SplitViews }) => {
window.gSplitView = new SplitViews({
keyIndicator: "zen-splitted",
browserName: "zen",
defaultSplitView: "grid",
});
}
);