mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
10 lines
421 B
Plaintext
10 lines
421 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.
|
|
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".
|
|
4. When working with lists/sets in states, use the "useImmer" hook. |