taxonium-component
Version:
React component for exploring large phylogenetic trees in the browser
17 lines (16 loc) • 1.29 kB
JavaScript
import { jsx as e, jsxs as n } from "react/jsx-runtime";
import { m as a, a as o, D as c, T as s } from "./JBrowsePanel-BNE3gNW1.js";
import "react";
const h = a()({
content: {
minWidth: 800
}
});
function p({ open: r, version: t, onClose: i }) {
const { classes: l } = h();
return e(o.Dialog, { open: r, onClose: i, maxWidth: "xl", title: `JBrowse v${t}`, children: n(c, { className: l.content, children: [e(s, { children: "JBrowse is a GMOD project © 2019-2021, The Evolutionary Software Foundation" }), e(s, { children: "Here are some resources and documentation. Please report the version number above when asking questions. Thanks!" }), n("ul", { children: [e("li", { children: e(o.ExternalLink, { href: "https://github.com/GMOD/jbrowse-components/discussions", children: "Question & answer forum" }) }), e("li", { children: e(o.ExternalLink, { href: "https://github.com/GMOD/jbrowse-components/issues/new/choose", children: "Report a bug" }) }), e("li", { children: e(o.ExternalLink, { href: "https://jbrowse.org/jb2/docs/user_guide", children: "User guide" }) }), e("li", { children: e(o.ExternalLink, { href: "https://jbrowse.org/jb2/docs/", children: "Documentation" }) })] })] }) });
}
export {
p as default
};
//# sourceMappingURL=VersionAboutDialog-BgECET0R.js.map