Files
web/.cursor/rules/ui.mdc
T
2025-08-28 22:47:54 +03:00

9 lines
272 B
Plaintext

---
alwaysApply: true
---
When you work with UI:
1. Use MDUI components as HTML elements
2. Do NOT dynamically create HTML if it's going to be loaded when the page loads, instead put it statically in the HTML.
3. The supporting text slot for MDUI lists is "description".