Files
how2ice 005cf56baf
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
init project
2025-12-12 14:26:25 +09:00

29 lines
1.3 KiB
JSON

{
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"columns": { "description": "The number of columns." },
"columnSpacing": {
"description": "Defines the horizontal space between the type <code>item</code> components. It overrides the value of the <code>spacing</code> prop."
},
"container": {
"description": "If <code>true</code>, the component will have the flex <em>container</em> behavior. You should be wrapping <em>items</em> with a <em>container</em>."
},
"direction": {
"description": "Defines the <code>flex-direction</code> style property. It is applied for all screen sizes."
},
"offset": { "description": "Defines the offset of the grid." },
"rowSpacing": {
"description": "Defines the vertical space between the type <code>item</code> components. It overrides the value of the <code>spacing</code> prop."
},
"size": { "description": "Defines the column size of the grid." },
"spacing": {
"description": "Defines the space between the type <code>item</code> components. It can only be used on a type <code>container</code> component."
},
"wrap": {
"description": "Defines the <code>flex-wrap</code> style property. It&#39;s applied for all screen sizes."
}
},
"classDescriptions": {}
}