{
"componentDescription": "",
"propDescriptions": {
"children": { "description": "The content of the component." },
"columns": { "description": "The number of columns." },
"columnSpacing": {
"description": "Defines the horizontal space between the type item components. It overrides the value of the spacing prop."
},
"container": {
"description": "If true, the component will have the flex container behavior. You should be wrapping items with a container."
},
"direction": {
"description": "Defines the flex-direction style property. It is applied for all screen sizes."
},
"offset": {
"description": "Defines the offset value for the type item components."
},
"rowSpacing": {
"description": "Defines the vertical space between the type item components. It overrides the value of the spacing prop."
},
"size": { "description": "Defines the size of the the type item components." },
"spacing": {
"description": "Defines the space between the type item components. It can only be used on a type container component."
},
"wrap": {
"description": "Defines the flex-wrap style property. It's applied for all screen sizes."
}
},
"classDescriptions": {
"container": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "container={true}"
},
"direction-xs-column": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "direction=\"column\""
},
"direction-xs-column-reverse": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "direction=\"column-reverse\""
},
"direction-xs-row-reverse": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "direction=\"row-reverse\""
},
"root": { "description": "Styles applied to the root element." },
"wrap-xs-nowrap": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "wrap=\"nowrap\""
},
"wrap-xs-wrap-reverse": {
"description": "Styles applied to {{nodeName}} if {{conditions}}.",
"nodeName": "the root element",
"conditions": "wrap=\"reverse\""
}
}
}