Creates a Tree Menu with links. Uses TreeView
component from MUI
import { TreeMenuWithNextLinks } from "mui-extended"; const treeMenuProps: TreeMenuWithNextLinksProps; const treeMenu = <TreeMenuWithNextLinks {...treeMenuProps} />;
string
or { link: string; label?: string;}
docs
- points to ${basePath}/docs
link/docs/
- points to ${basePath}/docs
link , leading and ending /
are trimmed/docs/getting-started
- points to ${basePath}/docs/getting-started
link{ link: "docs/install"}
- points to ${basePath}/docs/install
link{ link: "docs/install", label: "Documentaion/Installation"}
- points to ${basePath}/docs/install
link{ link: "docs/install", label: "Installation"}
docs
Installation
- pointing to ${basePath}/docs/install
{ link: "docs/install", label: "components/Documentation/Installation"}
Documentation
Installation
- pointing to ${basePath}/docs/install
string
base path for the next linkboolean
, if true lables are converted to UCFirst WordsTreeViewProps
from MUI
TreeItemProps
from MUI
Write an email to opensource@sodaru.com