Newer
Older
import React from 'react';
import { Row, Col } from 'antd';
import LayoutWrapper from '@imd/components/utility/layoutWrapper';
import basicStyle from '@imd/assets/styles/constants';
import IsoWidgetsWrapper from '@imd/containers/Widgets/WidgetsWrapper';
import CardWidget from '@imd/containers/Widgets/Card/CardWidget';
const styles = {
wisgetPageStyle: {
display: 'flex',
flexFlow: 'row wrap',
alignItems: 'flex-start',
overflow: 'hidden',
},
};
export default function() {
const { rowStyle, colStyle } = basicStyle;
<h1>Welcome to Interpret My Data</h1><br></br>
Which data would you like to have interpreted?
</IsoWidgetsWrapper>
</Col>
<Col span={6} style={colStyle}>
<IsoWidgetsWrapper>
{/* Card Widget */}
</IsoWidgetsWrapper>
</Col>
<Col span={6} style={colStyle}>
<IsoWidgetsWrapper>
{/* Card Widget */}
</IsoWidgetsWrapper>
</Col>
<Col span={6} style={colStyle}>
<IsoWidgetsWrapper>
{/* Card Widget */}