0.6.0 • Published 1 year ago
@bond-wm/react-desktop-entries v0.6.0
@bond-wm/react-desktop-entries
A React-based desktop icon component for the bond-wm window manager.
Usage
Use the DesktopEntries component within your desktop component.
import { DesktopEntries } from "@bond-wm/react-desktop-entries";
<WorkArea>
<Wallpaper />
<DesktopEntries />
</WorkArea>;