React desktop taskbar for bond-wm
npm install @bond-wm/react-taskbarA React-based taskbar component for the bond-wm window manager.
Use the Taskbar component within your desktop component.
``tsx
import { Taskbar, TagList, TaskList, RunField, SystemTray, Clock, LayoutIndicator } from "@bond-wm/react-taskbar";
const screenIndex = useScreenIndex();
return (
{screenIndex === 0 &&
);
``