@bond-wm/react-taskbar
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

@bond-wm/react-taskbar

A React-based taskbar component for the bond-wm window manager.

Usage

Use the Taskbar component within your desktop component.

import { Taskbar, TagList, TaskList, RunField, SystemTray, Clock, LayoutIndicator } from "@bond-wm/react-taskbar";

const screenIndex = useScreenIndex();
return (
  <Desktop>
    <Taskbar height={20}>
      <TagList />
      <RunField />
      <TaskList />
      {screenIndex === 0 && <SystemTray />}
      <Clock />
      <LayoutIndicator />
    </Taskbar>
    <WorkArea>
      <Wallpaper />
    </WorkArea>
  </Desktop>
);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.4.0
    5
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.4.0
    5
  • 0.3.2
    0
  • 0.3.1
    0
  • 0.3.0
    0

Package Sidebar

Install

npm i @bond-wm/react-taskbar

Weekly Downloads

5

Version

0.4.0

License

MIT

Unpacked Size

18.8 kB

Total Files

12

Last publish

Collaborators

  • wnayes