generated from Luis/nextjs-python-web-template
init: layout with simple side navigation
This commit is contained in:
@@ -1,4 +0,0 @@
|
|||||||
module.exports = {
|
|
||||||
plugins: [require("prettier-plugin-tailwindcss")],
|
|
||||||
tailwindFunctions: ['clsx', 'cx'],
|
|
||||||
};
|
|
||||||
@@ -1,25 +0,0 @@
|
|||||||
import { DashboardCard } from "../../components/card";
|
|
||||||
import { Grid } from "@mui/material";
|
|
||||||
import { Button } from "@mui/material";
|
|
||||||
|
|
||||||
export default function Dashboard() {
|
|
||||||
return (
|
|
||||||
<Grid container>
|
|
||||||
<Grid item xs={12}>
|
|
||||||
<DashboardCard />
|
|
||||||
<Button variant="contained" color="primary">
|
|
||||||
Click me!
|
|
||||||
</Button>
|
|
||||||
Hallo Mike !
|
|
||||||
</Grid>
|
|
||||||
<Grid item xs={6}>
|
|
||||||
<DashboardCard />
|
|
||||||
Server Stats
|
|
||||||
</Grid>
|
|
||||||
<Grid item xs={6}>
|
|
||||||
Network Stats
|
|
||||||
<DashboardCard />
|
|
||||||
</Grid>
|
|
||||||
</Grid>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user