/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/translations/api-docs/table-row/table-row.json
42 строки
2 KB
Steve Miller
[material-ui][docs][TableRow] Escape markup in `children` prop so docgen tools don't parse it as HTML (#40992)
12 фев 2024, 09:50
Не верифицирован
12 фев 2024, 09:50
6ab4972
Код
Авторство
О чём код?
{ "componentDescription": "Will automatically set dynamic row height\nbased on the material table element parent (head, body, etc).", "propDescriptions": { "children": { "description": "Should be valid <code><tr></code> children such as <code>TableCell</code>." }, "classes": { "description": "Override or extend the styles applied to the component." }, "component": { "description": "The component used for the root node. Either a string to use a HTML element or a component." }, "hover": { "description": "If <code>true</code>, the table row will shade on hover." }, "selected": { "description": "If <code>true</code>, the table row will have the selected shading." }, "sx": { "description": "The system prop that allows defining system overrides as well as additional CSS styles." } }, "classDescriptions": { "footer": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "table variant="footer"" }, "head": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "table variant="head"" }, "hover": { "description": "State class applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "<code>hover={true}</code>" }, "root": { "description": "Styles applied to the root element." }, "selected": { "description": "State class applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "<code>selected={true}</code>" } } }