Files
Yichuan Wang 7a3c3041bd
CI / Python lint (push) Has been cancelled
CI / Frontend build (push) Has been cancelled
CI / Tests (push) Has been cancelled
CI / Plugin validate (push) Has been cancelled
Deploy / deploy (push) Has been cancelled
feat(serve): distinguish search vs chat in query log via X-Source header (#127)
2026-07-27 15:54:41 -07:00
..
2026-06-01 22:41:36 -07:00
2026-06-01 22:41:36 -07:00
2026-06-01 22:41:36 -07:00
2026-06-01 22:41:36 -07:00
2026-06-01 22:41:36 -07:00
2026-06-01 22:41:36 -07:00
2026-06-01 22:41:36 -07:00
2026-06-01 22:41:36 -07:00
2026-06-01 22:41:36 -07:00
2026-06-01 22:41:36 -07:00
2026-06-01 22:41:36 -07:00
2026-06-01 22:41:36 -07:00

Next.js template

This is a Next.js template with shadcn/ui.

Adding components

To add components to your app, run the following command:

npx shadcn@latest add button

This will place the ui components in the components directory.

Using components

To use the components in your app, import them as follows:

import { Button } from "@/components/ui/button";