{ "componentDescription": "", "deprecationInfo": "Use the Grid component instead.", "propDescriptions": { "children": { "description": "The content of the component." }, "classes": { "description": "Override or extend the styles applied to 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." }, "component": { "description": "The component used for the root node. Either a string to use a HTML element or a component." }, "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." }, "item": { "description": "If true, the component will have the flex item behavior. You should be wrapping items with a container." }, "lg": { "description": "If a number, it sets the number of columns the grid item uses. It can't be greater than the total number of columns of the container (12 by default). If 'auto', the grid item's width matches its content. If false, the prop is ignored. If true, the grid item's width grows to use the space available in the grid container. The value is applied for the lg breakpoint and wider screens if not overridden." }, "md": { "description": "If a number, it sets the number of columns the grid item uses. It can't be greater than the total number of columns of the container (12 by default). If 'auto', the grid item's width matches its content. If false, the prop is ignored. If true, the grid item's width grows to use the space available in the grid container. The value is applied for the md breakpoint and wider screens if not overridden." }, "rowSpacing": { "description": "Defines the vertical space between the type item components. It overrides the value of the spacing prop." }, "sm": { "description": "If a number, it sets the number of columns the grid item uses. It can't be greater than the total number of columns of the container (12 by default). If 'auto', the grid item's width matches its content. If false, the prop is ignored. If true, the grid item's width grows to use the space available in the grid container. The value is applied for the sm breakpoint and wider screens if not overridden." }, "spacing": { "description": "Defines the space between the type item components. It can only be used on a type container component." }, "sx": { "description": "The system prop that allows defining system overrides as well as additional CSS styles." }, "wrap": { "description": "Defines the flex-wrap style property. It's applied for all screen sizes." }, "xl": { "description": "If a number, it sets the number of columns the grid item uses. It can't be greater than the total number of columns of the container (12 by default). If 'auto', the grid item's width matches its content. If false, the prop is ignored. If true, the grid item's width grows to use the space available in the grid container. The value is applied for the xl breakpoint and wider screens if not overridden." }, "xs": { "description": "If a number, it sets the number of columns the grid item uses. It can't be greater than the total number of columns of the container (12 by default). If 'auto', the grid item's width matches its content. If false, the prop is ignored. If true, the grid item's width grows to use the space available in the grid container. The value is applied for all the screen sizes with the lowest priority." }, "zeroMinWidth": { "description": "If true, it sets min-width: 0 on the item. Refer to the limitations section of the documentation to better understand the use case." } }, "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\"" }, "grid-xs-1": { "description": "" }, "grid-xs-10": { "description": "" }, "grid-xs-11": { "description": "" }, "grid-xs-12": { "description": "" }, "grid-xs-2": { "description": "" }, "grid-xs-3": { "description": "" }, "grid-xs-4": { "description": "" }, "grid-xs-5": { "description": "" }, "grid-xs-6": { "description": "" }, "grid-xs-7": { "description": "" }, "grid-xs-8": { "description": "" }, "grid-xs-9": { "description": "" }, "grid-xs-auto": { "description": "" }, "grid-xs-true": { "description": "" }, "item": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "item={true}" }, "root": { "description": "Styles applied to the root element." }, "spacing-xs-1": { "description": "" }, "spacing-xs-10": { "description": "" }, "spacing-xs-2": { "description": "" }, "spacing-xs-3": { "description": "" }, "spacing-xs-4": { "description": "" }, "spacing-xs-5": { "description": "" }, "spacing-xs-6": { "description": "" }, "spacing-xs-7": { "description": "" }, "spacing-xs-8": { "description": "" }, "spacing-xs-9": { "description": "" }, "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\"" }, "zeroMinWidth": { "description": "Styles applied to {{nodeName}} if {{conditions}}.", "nodeName": "the root element", "conditions": "zeroMinWidth={true}" } } }