Next.js logo
  1. Get started by editing app/page.tsx.
  2. Save and see your changes instantly.

All the buttons are from the ui package. The auto complete works as well.

import { Button, buttonVariants } from '@workspace/ui/components/button';
import { cn } from '@workspace/ui/lib/utils';