Iconify/react icons in dashboard/page.jsx

This commit is contained in:
ISA
2024-09-29 10:52:05 +02:00
parent 2a608408ce
commit 88e7884810
5 changed files with 133 additions and 13 deletions

View File

@@ -1,12 +1,14 @@
// components/Kue705_FO.jsx
import React from "react";
const Kue705_FO = () => {
const Kue705_FO = ({ slot }) => {
return (
<div className="border border-gray-400 w-16 h-32 flex flex-col">
<div className="border border-gray-400 w-12 h-24 flex flex-col">
{/* Erstes Kind, nimmt den restlichen Platz ein */}
<div className="bg-blue-500 flex-grow flex flex-col items-center justify-center text-white text-xs">
<div className="flex flex-col justify-start">1</div>
<div className="flex w-full p-1 mb-4 items-start justify-start">
{slot}
</div>
<div>KÜ705</div>
<div>FO</div>
</div>