Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
23 lines
1.4 KiB
JSON
23 lines
1.4 KiB
JSON
{
|
|
"componentDescription": "",
|
|
"propDescriptions": {
|
|
"children": { "description": "The content of the component." },
|
|
"component": {
|
|
"description": "The component used for the root node. Either a string to use a HTML element or a component."
|
|
},
|
|
"direction": {
|
|
"description": "Defines the <code>flex-direction</code> style property. It is applied for all screen sizes."
|
|
},
|
|
"divider": { "description": "Add an element between each child." },
|
|
"spacing": { "description": "Defines the space between immediate children." },
|
|
"sx": {
|
|
"description": "The system prop, which allows defining system overrides as well as additional CSS styles."
|
|
},
|
|
"useFlexGap": {
|
|
"description": "If <code>true</code>, the CSS flexbox <code>gap</code> is used instead of applying <code>margin</code> to children.<br>While CSS <code>gap</code> removes the <a href=\"https://mui.com/joy-ui/react-stack/#limitations\">known limitations</a>, it is not fully supported in some browsers. We recommend checking <a href=\"https://caniuse.com/?search=flex%20gap\">https://caniuse.com/?search=flex%20gap</a> before using this flag.<br>To enable this flag globally, follow the <a href=\"https://mui.com/joy-ui/customization/themed-components/#default-props\">theme's default props</a> configuration."
|
|
}
|
|
},
|
|
"classDescriptions": {},
|
|
"slotDescriptions": { "root": "The component that renders the root." }
|
|
}
|