Files
web/.cursor/rules/ui.mdc
T
2025-09-28 16:24:18 +03:00

8 lines
299 B
Plaintext

---
alwaysApply: true
---
When you work with UI:
1. Use MDUI components as HTML elements with the name "mdui-***". In JSX/TSX use the same elements and props as in HTML.
3. The supporting text slot for MDUI lists is "description".
4. When working with lists/sets in states, use the "useImmer" hook.