0.5.0 • Published 9 months ago
@bond-wm/react-desktop-entries v0.5.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>;