The shared front-end library underneath the Drumee rendering engine.
npm i @drumee/ui-essentialsThe common client-side primitives that both
@drumee/ui-core and the
Drumee workspace UI depend on:
| Path | What it holds |
|---|---|
socket/ |
Transport — the service call helpers, request headers and file upload |
utils/ |
Shared utilities — formatting, drag-and-drop data extraction, fonts and other helpers |
index.js re-exports the public surface.
| Package | Role |
|---|---|
@drumee/ui-core |
The rendering engine built on this |
@drumee/ui-team |
The Drumee workspace application |
There is no build step here — bundling is handled by the consuming application.
See the org CONTRIBUTING guide. Questions: Discussions.
AGPL-3.0 — see LICENSE.