AI SummaryHeuristic scoring (no AI key configured).
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "tenantweb-test — Cursor Rules" prompt rules to my project. Repository: https://github.com/omar1893/tenantweb-test Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Cursor Rules for tenantweb-test
Component Usage
• Prefer PrimeVue components over native HTML elements (e.g., Button over <button>, InputText over <input>) • Use correct PrimeVue props (e.g., label, modelValue, options, severity) • Avoid unnecessary wrappers around PrimeVue components • Always reference official PrimeVue docs for component usage • Use v-model for two-way data binding with inputs • Use PrimeVue Dialog, ConfirmDialog for modals and notifications • For Toast use notification-service.ts that implement the primevue Toast
Layout
• Use PrimeFlex or TailwindCSS for layout utilities (not inline styles) • Use Grid, Flex, Card, and Panel components from PrimeVue where applicable • Leverage p-fluid class for fluid layouts • Use spacing and margin classes (p-mb-3, p-mt-2) consistently
Forms
• Use InputText, Dropdown, Textarea, Calendar, InputNumber, Checkbox, RadioButton from PrimeVue • Use FormKit or vee-validate for advanced form management (optional) • Always use labels and accessibility attributes • Group form elements with Fieldset or Panel
Data Display
• Use DataTable for tabular data with pagination, filters, and sorting • Configure column templates and row actions clearly • Use Card, Accordion, TabView for structured data • Use Skeleton or ProgressSpinner for loading states
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts