import { Routes, Route } from "react-router-dom";
import {
SidebarProvider,
Sidebar,
SidebarContent,
SidebarHeader,
SidebarMenu,
SidebarMenuItem,
SidebarMenuButton,
SidebarInset,
SidebarTrigger,
Separator,
TableOfContents,
NquiLogo,
} from "@nqlib/nqui";
import { HomeIcon, SettingsIcon, MailIcon, FileIcon } from "@hugeicons/core-free-icons";
import { HugeiconsIcon } from "@hugeicons/react";
import { Link } from "react-router-dom";
function Layout({ children }: { children: React.ReactNode }) {
return (
Sample 3-column layout: sidebar, main content, and table of contents (showcase-style).
Edit App.tsx to get started.
Add routes and pages. The right column shows a table of contents from headings on this page.