Properties
Property | Type | Description |
---|---|---|
span | object or array | (optional) To place the item on the grid with numbers from 1 to 12 (columns ). Needs always two values, a so called span (from - to) span={[1, 6]} . Accepts also end like so span={[1, 'end']} or full like so span={'full'} . You can also provide Media Query types in an object like so like so span={{ small: [1, 4], medium: [1, 6], large: [1, 12]}} . |
element | string or React.Element | (optional) Define the type of element. Defaults to div . |