Welcome to nqui
A React component library with enhanced UI components
Edit app/page.tsx to get started
"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 (
A React component library with enhanced UI components
Edit app/page.tsx to get started