Skip to content

Instantly share code, notes, and snippets.

View csailer's full-sized avatar

Chuck Sailer csailer

View GitHub Profile
# .cursorrules
Components & Naming
- Use functional components with `"use client"` if needed.
- Name in PascalCase under `src/components/`.
- Keep them small, typed with interfaces.
- Use Tailwind for common UI components like textarea, button, etc. Never use radix or shadcn.
Prisma