import React from 'react';
import { LaptopOutlined, SettingOutlined, QuestionCircleOutlined, LogoutOutlined, UserOutlined, DownOutlined, FileOutlined} from '@ant-design/icons';
import Icon from '@ant-design/icons';
import { createFromIconfontCN } from '@ant-design/icons';
import {Layout, Menu, theme, Button, Modal, MenuProps} from 'antd';
import { Dropdown, Space } from 'antd';
import '../../public/assets/ss.css'
const administrationIcon = (props) => (
} />
);
const examinationIcon = () => (
} />
);
const myCoursesIcon = () => (
} />
);
const communityIcon = () => (
} />
);
const notificationIcon = () => (
} />
);
const { Header, Content, Sider } = Layout;
const items1: MenuProps['items'] = ['1', '2', '3'].map((key) => ({
key,
label: `nav ${key}`,
}));
type MenuItem = Required
Settings
) },
{ key: '14', style: {paddingTop: '10px', paddingBottom: '10px', border: 'none'}, icon: React.createElement(QuestionCircleOutlined), label: (Help & Support
) },
{ key: '15', style: {paddingTop: '10px', paddingBottom: '10px', border: 'none'}, icon: React.createElement(LogoutOutlined), label: (Logout
) },
],
},
];
const items: MenuProps['items'] = [
{
label: 1st menu item,
key: '0',
},
{
type: 'divider',
},
{
label: 2nd menu item,
key: '1',
},
{
type: 'divider',
},
{
label: '3rd menu item',
key: '3',
},
];
const App: React.FC = () => {
const [open, setOpen] = React.useState
Some contents...
Some contents...
Some contents...
> {/*
Student Dashboard
Life History of Dr. Maria Montessori
Chapter 1 * Graduate Program
Life History of Dr. Maria Montessori
Chapter 2 * Graduate Program
Life History of Dr. Maria Montessori
Chapter 3 * Graduate Program
Attendance - 1
Attendance - 2
Attendance - 3
Attendance - 4
Attendance - 5
Upcoming Class - 1
Upcoming Class - 2
Upcoming Class - 3
Upcoming Class - 4
Upcoming Class - 5
Upcoming Test - 1
Upcoming Test - 2
Upcoming Test - 3
Upcoming Test - 4
Upcoming Test - 5
Upcoming Test - 7
Upcoming Test - 8
Upcoming Test - 9