"use client"; import { Button } from "@nqlib/nqui"; import { Card, CardContent, CardDescription, CardHeader, CardTitle, TableOfContents, Input, Label, Checkbox, Separator, } from "@nqlib/nqui"; export default function Home() { return (
Sample 3-column layout: sidebar, main content, and table of contents (showcase-style).
Edit app/page.tsx to get started.