"use client"; import { Button } from "@nqlib/nqui"; import { Card, CardContent, CardDescription, CardHeader, CardTitle, } from "@nqlib/nqui"; import { Input } from "@nqlib/nqui"; import { Label } from "@nqlib/nqui"; import { Checkbox } from "@nqlib/nqui"; import { Separator } from "@nqlib/nqui"; export default function Home() { return (

Welcome to nqui

A React component library with enhanced UI components

Example Form This demonstrates some of the nqui components
Accept terms and conditions

Edit app/page.tsx to get started

); }